Runtime.UncheckedDecimalToInt64(Decimal) 方法
定义
public:
static long UncheckedDecimalToInt64(System::Decimal val);
public static long UncheckedDecimalToInt64 (decimal val);
static member UncheckedDecimalToInt64 : decimal -> int64
Public Shared Function UncheckedDecimalToInt64 (val As Decimal) As Long
参数
- val
- Decimal
要转换的值。The value to convert.
返回
转换为 Int64 的 val。val converted to an Int64.