magnitude property

magnitude property

Gets or sets the magnitude. The magnitude attribute indicates the largest exponent of the float values that can be contained in the array. The default value is 38. Optional attribute.

Definition:

@property
def magnitude(self):
    ...
@magnitude.setter
def magnitude(self, value):
    ...

See Also