Lines Matching refs:SmallNegativeFloatDefaultValue
16141 private readonly static float SmallNegativeFloatDefaultValue = -8e-28F;16146 get { if ((_hasBits0 & 1024) != 0) { return smallNegativeFloat_; } else { return SmallNegativeFloatDefaultValue; } }