Single.ConvertToIntegerNative<TInteger>(Single) 方法

定义

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

类型参数

TInteger

参数

value
Single

返回

TInteger

实现

适用于