2 references to TryConvertFromTruncating
System.Runtime.Numerics (2)
System\Numerics\BigInteger.cs (2)
4012
else if (!
TryConvertFromTruncating
(value, out result) && !TOther.TryConvertToTruncating(value, out result))
4390
static bool INumberBase<BigInteger>.TryConvertFromTruncating<TOther>(TOther value, out BigInteger result) =>
TryConvertFromTruncating
(value, out result);