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