Single.ConvertToInteger<TInteger>(Single) 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 la saturazione in caso di overflow
public:
generic <typename TInteger>
where TInteger : System::Numerics::IBinaryInteger<TInteger> static TInteger ConvertToInteger(float value) = System::Numerics::IFloatingPoint<float>::ConvertToInteger;
public static TInteger ConvertToInteger<TInteger> (float value) where TInteger : System.Numerics.IBinaryInteger<TInteger>;
static member ConvertToInteger : single -> 'Integer (requires 'Integer :> System.Numerics.IBinaryInteger<'Integer>)
Public Shared Function ConvertToInteger(Of TInteger As IBinaryInteger(Of TInteger)) (value As Single) As TInteger
- TInteger
Tipo integer in cui viene convertito value
.
- value
- Single
Valore da convertire.
Istanza di TInteger
creata da value
.
Prodotto | Versioni |
---|---|
.NET | 9 |
Feedback su .NET
.NET è un progetto di open source. Selezionare un collegamento per fornire feedback: