Abstraction of numeric types representing scalar values with a total order, including the built-in numeric types Integer and Float.
Attributes | |
fractionalPart | Source Code shared formal Other fractionalPart The fractional part of the number, after truncation of the integral part. For integral numeric types, the fractional part is always zero. Refined declaration: fractionalPart |
magnitude | Source Code shared formal Other magnitude The magnitude of this number. Refined declaration: magnitude |
wholePart | Source Code shared formal Other wholePart The integral value of the number after truncation of the fractional part. For integral numeric types, the integral value of a number is the number itself. Refined declaration: wholePart |
Inherited Attributes |
Attributes inherited from: Object |
Attributes inherited from: Invertable<Inverse> |
Attributes inherited from: Number |