Decimal64.ConvertToIntegerNative<TInteger>(Decimal64) Method

Definition

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

Type Parameters

TInteger

Parameters

value
Decimal64

Returns

TInteger

Implements

Applies to