Decimal64.ConvertToInteger<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 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