RepresentationConverterToInt64 Method |
Name | Description | |
---|---|---|
ToInt64(Decimal) |
Converts a Decimal to an Int64.
| |
ToInt64(Double) |
Converts a Double to an Int64.
| |
ToInt64(Int16) |
Converts an Int16 to an Int64.
| |
ToInt64(Int32) |
Converts an Int32 to an Int64.
| |
ToInt64(Int64) |
Converts an Int64 to an Int64.
| |
ToInt64(Single) |
Converts a Single to an Int64.
| |
ToInt64(UInt16) |
Converts a UInt16 to an Int64.
| |
ToInt64(UInt32) |
Converts a UInt32 to an Int64.
| |
ToInt64(UInt64) |
Converts a UInt64 to an Int64.
| |
ToInt64(Decimal128) |
Converts a Decimal128 to an Int64.
|