UIntPtr.INumberBase<UIntPtr>.TryConvertFromSaturating<TOther> Méthode

Définition

generic <typename TOther>
 where TOther : System::Numerics::INumberBase<TOther> static bool System.Numerics.INumberBase<nuint>.TryConvertFromSaturating(TOther value, [Runtime::InteropServices::Out] UIntPtr % result) = System::Numerics::INumberBase<UIntPtr>::TryConvertFromSaturating;
static bool INumberBase<UIntPtr>.TryConvertFromSaturating<TOther> (TOther value, out UIntPtr result) where TOther : System.Numerics.INumberBase<TOther>;
static member System.Numerics.INumberBase<nuint>.TryConvertFromSaturating : 'Other * unativeint -> bool (requires 'Other :> System.Numerics.INumberBase<'Other>)
 Shared Function TryConvertFromSaturating(Of TOther As INumberBase(Of TOther)) (value As TOther, ByRef result As UIntPtr) As Boolean Implements INumberBase(Of UIntPtr).TryConvertFromSaturating

Paramètres de type

TOther

Paramètres

value
TOther
result
UIntPtr

unativeint

Retours

S’applique à