2 references to TryConvertFromSaturating
System.Runtime.Numerics (2)
System\Numerics\BigInteger.cs (2)
3955
else if (!
TryConvertFromSaturating
(value, out result) && !TOther.TryConvertToSaturating(value, out result))
4200
static bool INumberBase<BigInteger>.TryConvertFromSaturating<TOther>(TOther value, out BigInteger result) =>
TryConvertFromSaturating
(value, out result);