UInt64.CreateChecked<TOther>(TOther) Metoda

Definice

Vytvoří instanci aktuálního typu z hodnoty a vyvolá výjimku přetečení pro všechny hodnoty, které spadají mimo reprezentovatelný rozsah aktuálního typu.

public:
generic <typename TOther>
 where TOther : System::Numerics::INumberBase<TOther> static System::UInt64 CreateChecked(TOther value) = System::Numerics::INumberBase<System::UInt64>::CreateChecked;
public static ulong CreateChecked<TOther> (TOther value) where TOther : System.Numerics.INumberBase<TOther>;
static member CreateChecked : 'Other -> uint64 (requires 'Other :> System.Numerics.INumberBase<'Other>)
Public Shared Function CreateChecked(Of TOther As INumberBase(Of TOther)) (value As TOther) As ULong

Parametry typu

TOther

Typ value.

Parametry

value
TOther

Hodnota, která se používá k vytvoření instance objektu TSelf.

Návraty

Instance vytvořené TSelf z value.

Implementuje

Platí pro