Udostępnij za pośrednictwem


Decimal.ConvertToInteger<TInteger>(Decimal) Metoda

Definicja

Konwertuje wartość na określony typ liczb całkowitych przy użyciu nasycenia w przypadku przepełnienia

public:
generic <typename TInteger>
 where TInteger : System::Numerics::IBinaryInteger<TInteger> static TInteger ConvertToInteger(System::Decimal value) = System::Numerics::IFloatingPoint<System::Decimal>::ConvertToInteger;
public static TInteger ConvertToInteger<TInteger> (decimal value) where TInteger : System.Numerics.IBinaryInteger<TInteger>;
static member ConvertToInteger : decimal -> 'Integer (requires 'Integer :> System.Numerics.IBinaryInteger<'Integer>)
Public Shared Function ConvertToInteger(Of TInteger As IBinaryInteger(Of TInteger)) (value As Decimal) As TInteger

Parametry typu

TInteger

Typ liczby całkowitej, do którego value jest konwertowany.

Parametry

value
Decimal

Wartość, która ma zostać przekonwertowana.

Zwraca

TInteger

Wystąpienie TInteger utworzone na podstawie value.

Implementuje

Dotyczy