Runtime.UncheckedDecimalToInt64(Decimal) Metodo

Definizione

Converte il valore Decimal specificato in Int64.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

val
Decimal

Valore da convertire.

Restituisce

val viene convertito in Int64.

Si applica a

Vedi anche