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