Lines Matching refs:NegInfFloatDefaultValue
16264 private readonly static float NegInfFloatDefaultValue = float.NegativeInfinity;16269 get { if ((_hasBits0 & 32768) != 0) { return negInfFloat_; } else { return NegInfFloatDefaultValue; } }