Click or drag to resize

RepresentationConverterToInt64 Method

Overload List
  NameDescription
Public methodToInt64(Decimal)
Converts a Decimal to an Int64.
Public methodToInt64(Double)
Converts a Double to an Int64.
Public methodToInt64(Int16)
Converts an Int16 to an Int64.
Public methodToInt64(Int32)
Converts an Int32 to an Int64.
Public methodToInt64(Int64)
Converts an Int64 to an Int64.
Public methodToInt64(Single)
Converts a Single to an Int64.
Public methodToInt64(UInt16)
Converts a UInt16 to an Int64.
Public methodToInt64(UInt32)
Converts a UInt32 to an Int64.
Public methodToInt64(UInt64)
Converts a UInt64 to an Int64.
Public methodToInt64(Decimal128)
Converts a Decimal128 to an Int64.
Top
See Also