INumberBase<TSelf>.CreateSaturating<TOther>(TOther) Metodo

Definizione

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

public:
generic <typename TOther>
 where TOther : System::Numerics::INumberBase<TOther> static override TSelf CreateSaturating(TOther value);
public static virtual TSelf CreateSaturating<TOther> (TOther value) where TOther : System.Numerics.INumberBase<TOther>;
static member CreateSaturating : 'Other -> 'Self (requires 'Other :> System.Numerics.INumberBase<'Other>)
Public Shared Overrides Function CreateSaturating(Of TOther As INumberBase(Of TOther)) (value As TOther) As TSelf

Parametri di tipo

TOther

Tipo di value.

Parametri

value
TOther

Valore utilizzato per creare l'istanza di TSelf.

Restituisce

TSelf

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

Eccezioni

TOther non è supportato.

Si applica a