Runtime.UncheckedDecimalToInt64(Decimal) Method

Definition

Converts the specified Decimal value to an Int64.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Parameters

val
Decimal

The value to convert.

Returns

val converted to an Int64.

Applies to

See also