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


IntPtr.CreateSaturating<TOther>(TOther) Метод

Определение

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

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

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

TOther

Тип value.

Параметры

value
TOther

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

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

IntPtr

nativeint

Экземпляр TSelf, созданный из value, насыщенный, если value выходит за пределы представляющего диапазона TSelf.

Реализации

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