Overload | Description |
---|---|
TdNumber Constructor(Int32) | Initializes a new instance of TdNumber from the specified System.Int32 value. |
TdNumber Constructor(Int64) | Initializes a new instance of TdNumber from the specified System.Int64 value. |
TdNumber Constructor(UInt64) | Initializes a new instance of TdNumber from the specified System.UInt64 value. |
TdNumber Constructor(Single) | Initializes a new instance of TdNumber from the specified Single value. |
TdNumber Constructor(Double) | Initializes a new instance of TdNumber from the specified Double value. |
TdNumber Constructor(Int32[],Int16) | Initializes a new instance of TdNumber from an array of Int32 that represents the data components that defines the number. |
TdNumber Constructor(Int32,Int32,Int32,Int32,Int32,Int16) | Initializes a new instance of TdNumber from the data components that are passed in as several Int32 parameters. |