3 references to PositiveInfinityValue
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (3)
84
public static Decimal128 PositiveInfinity => new Decimal128(
PositiveInfinityValue
);
1141
public static bool IsPositiveInfinity(Decimal128 value) => (value._upper & (SignMaskUpper | NaNMaskUpper)) ==
PositiveInfinityValue
.Upper;
1811
static UInt128 IDecimalIeee754ParseAndFormatInfo<Decimal128, UInt128>.PositiveInfinity =>
PositiveInfinityValue
;