Decimal64.ConvertToIntegerNative<TInteger>(Decimal64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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