Single.CreateTruncating<TOther>(TOther) Metodo

Definizione

Crea un'istanza del tipo corrente da un valore, troncando tutti i valori che non rientrano nell'intervallo rappresentabile del tipo corrente.

public:
generic <typename TOther>
 where TOther : System::Numerics::INumberBase<TOther> static float CreateTruncating(TOther value) = System::Numerics::INumberBase<float>::CreateTruncating;
public static float CreateTruncating<TOther> (TOther value) where TOther : System.Numerics.INumberBase<TOther>;
static member CreateTruncating : 'Other -> single (requires 'Other :> System.Numerics.INumberBase<'Other>)
Public Shared Function CreateTruncating(Of TOther As INumberBase(Of TOther)) (value As TOther) As Single

Parametri di tipo

TOther

Tipo di value.

Parametri

value
TOther

Valore utilizzato per creare l'istanza di TSelf.

Restituisce

Istanza di TSelf creata da value, troncamento se value non rientra nell'intervallo rappresentabile di TSelf.

Implementazioni

Si applica a