Half.ConvertToIntegerNative<TInteger>(Half) Método

Definição

Converte um valor para um tipo inteiro especificado usando o comportamento específico da plataforma no overflow.

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

Parâmetros de Tipo Genérico

TInteger

O tipo inteiro para o qual value é convertido.

Parâmetros

value
Half

O valor a ser convertido.

Devoluções

TInteger

Uma instância de TInteger criada a partir valuede .

Implementações

Aplica-se a