ToString Method | Table of Content | Decimal64Ref Constructor |
Decimal64Ref Class |
Namespace: OnixS.SimpleBinaryEncoding
public class Decimal64Ref : IDecimal, IComposite, IComparable<IDecimal>
The Decimal64Ref type exposes the following members.
Name | Description | |
---|---|---|
Decimal64Ref() |
Constructor.
| |
Decimal64Ref(Int64) |
Constructor.
| |
Decimal64Ref(Int64, Byte*) |
Constructor.
| |
Decimal64Ref(SByte, Int64) |
Constructor.
| |
Decimal64Ref(SByte, Int64, Byte*) |
Constructor.
|
Name | Description | |
---|---|---|
Exponent |
Gets exponent.
| |
HasValue |
True, if underlying field has not null value, false otherwise.
| |
Item |
Returns value of composite type field.
| |
Mantissa |
Gets mantissa.
| |
Value |
Gets decimal value.
|
Name | Description | |
---|---|---|
Assign |
Assign current object around buffer.
| |
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.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns string representation of an object.
(Overrides Object.ToString().) |