IFloatingPoint<TSelf>.ConvertToIntegerNative<TInteger> Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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 override TInteger ConvertToIntegerNative(TSelf value);
public static virtual TInteger ConvertToIntegerNative<TInteger>(TSelf value) where TInteger : System.Numerics.IBinaryInteger<TInteger>;
static member ConvertToIntegerNative : 'Self -> 'Integer (requires 'Integer :> System.Numerics.IBinaryInteger<'Integer>)
Public Shared Overrides Function ConvertToIntegerNative(Of TInteger As IBinaryInteger(Of TInteger)) (value As TSelf) As TInteger
Parâmetros de Tipo Genérico
- TInteger
O tipo inteiro para o qual value é convertido.
Parâmetros
- value
- TSelf
O valor a ser convertido.
Devoluções
Uma instância de TInteger criada a partir valuede .