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
Available Extensions

Constructors

DECIMAL()

Properties

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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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