Half.ConvertToIntegerNative<TInteger>(Half) Metodo
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Converte un valore in un tipo integer specificato utilizzando un comportamento specifico della piattaforma in caso di 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
- TInteger
Tipo integer in cui viene convertito value
.
- value
- Half
Valore da convertire.
Istanza di TInteger
creata da value
.
Prodotto | Versioni |
---|---|
.NET | 9, 10 |
Feedback su .NET
.NET è un progetto di open source. Selezionare un collegamento per fornire feedback: