Decimal128.ConvertToIntegerNative<TInteger>(Decimal128) 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::Decimal128 value) = System::Numerics::IFloatingPoint<System::Numerics::Decimal128>::ConvertToIntegerNative;
public static TInteger ConvertToIntegerNative<TInteger>(System.Numerics.Decimal128 value) where TInteger : System.Numerics.IBinaryInteger<TInteger>;
static member ConvertToIntegerNative : System.Numerics.Decimal128 -> 'Integer (requires 'Integer :> System.Numerics.IBinaryInteger<'Integer>)
Public Shared Function ConvertToIntegerNative(Of TInteger As IBinaryInteger(Of TInteger)) (value As Decimal128) As TInteger
Type Parameters
- TInteger
Parameters
- value
- Decimal128