Поделиться через


NFloat.CreateChecked<TOther>(TOther) Метод

Определение

Создает экземпляр текущего типа из значения, вызывая исключение переполнения для всех значений, которые выходят за пределы диапазона, представляющего текущий тип.

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

Параметры типа

TOther

Тип параметра value.

Параметры

value
TOther

Значение, используемое для создания экземпляра TSelf.

Возвращаемое значение

Экземпляр TSelf, созданный из value.

Реализации

Применяется к