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


UIntPtr.CreateTruncating<TOther>(TOther) Метод

Определение

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

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

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

TOther

Тип value.

Параметры

value
TOther

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

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

UIntPtr

unativeint

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

Реализации

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