3 references to ClassifyIntegerParityDecimalIeee754
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.cs (3)
3091return ClassifyIntegerParityDecimalIeee754<TDecimal, TValue>(decimalBits) >= 0; 3098return ClassifyIntegerParityDecimalIeee754<TDecimal, TValue>(decimalBits) == 0; 3105return ClassifyIntegerParityDecimalIeee754<TDecimal, TValue>(decimalBits) == 1;