DECIMAL class base struct
Represents a decimal data type that provides a sign and scale for a number (as in coordinates.) Decimal variables are stored as 96-bit (12-byte) unsigned integers scaled by a variable power of 10. The power of 10 scaling factor specifies the number of digits to the right of the decimal point, and ranges from 0 to 28.
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - Anonymous ↔ _DECIMAL__Anonymous1_e__Union__Anonymous_e__Struct
-
Available on DECIMAL, provided by the DECIMAL_Extension extension
getter/setter pair - Anonymous ↔ _DECIMAL__Anonymous2_e__Union__Anonymous_e__Struct
-
Available on DECIMAL, provided by the DECIMAL_Extension_1 extension
getter/setter pair - Anonymous1 ↔ _DECIMAL__Anonymous1_e__Union
-
getter/setter pair
- Anonymous2 ↔ _DECIMAL__Anonymous2_e__Union
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- Hi32 ↔ int
-
getter/setter pair
- Lo32 ↔ int
-
Available on DECIMAL, provided by the DECIMAL__Anonymous2_e__Union_Extension extension
getter/setter pair - Lo64 ↔ int
-
Available on DECIMAL, provided by the DECIMAL_Extension_1 extension
getter/setter pair - Mid32 ↔ int
-
Available on DECIMAL, provided by the DECIMAL__Anonymous2_e__Union_Extension extension
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scale ↔ int
-
Available on DECIMAL, provided by the DECIMAL__Anonymous1_e__Union_Extension extension
getter/setter pair - sign ↔ int
-
Available on DECIMAL, provided by the DECIMAL__Anonymous1_e__Union_Extension extension
getter/setter pair - signscale ↔ int
-
Available on DECIMAL, provided by the DECIMAL_Extension extension
getter/setter pair - wReserved ↔ int
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited