3 references to ConvertDecimalToDecimalIeee754
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
695
public static implicit operator Decimal128(decimal value) => new Decimal128(Number.
ConvertDecimalToDecimalIeee754
<Decimal128, UInt128>(value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
481
public static explicit operator Decimal32(decimal value) => new Decimal32(Number.
ConvertDecimalToDecimalIeee754
<Decimal32, uint>(value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
468
public static explicit operator Decimal64(decimal value) => new Decimal64(Number.
ConvertDecimalToDecimalIeee754
<Decimal64, ulong>(value));