Item Property | Table of Content | IDecimal Properties |
IDecimal Interface |
Namespace: OnixS.SimpleBinaryEncoding
public interface IDecimal : IComposite, IComparable<IDecimal>
The IDecimal type exposes the following members.
Name | Description | |
---|---|---|
Exponent |
Gets exponent.
| |
HasValue |
True, if underlying field has not null value, false otherwise.
| |
Item |
Returns value of composite type field.
(Inherited from IComposite.) | |
Mantissa |
Gets mantissa.
| |
Value |
Gets decimal value.
|
Name | Description | |
---|---|---|
CompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Inherited from IComparable<IDecimal>.) |