OnixS.SimpleBinaryEncoding | Table of Content | Decimal32Ref Constructor |
Decimal32Ref Class |
Namespace: OnixS.SimpleBinaryEncoding
public class Decimal32Ref : IDecimal, IComposite, IComparable<IDecimal>
The Decimal32Ref type exposes the following members.
Name | Description | |
---|---|---|
Decimal32Ref() |
Constructor.
| |
Decimal32Ref(Int32) |
Constructor.
| |
Decimal32Ref(Int32, Byte*) |
Constructor.
| |
Decimal32Ref(SByte, Int32) |
Constructor.
| |
Decimal32Ref(SByte, Int32, 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().) |