Decimal64.ConvertToInteger<TInteger>(Decimal64) Method

Definition

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

Type Parameters

TInteger

Parameters

value
Decimal64

Returns

TInteger

Implements

Applies to