Field MinIntAsFloat
Represents the minimum value of a 32-bit signed integer as a floating-point number.
public const float MinIntAsFloat = -2.1474836E+09
Returns
- float
- Represents the minimum value of a 32-bit signed integer as a floating-point number.
Remarks
This constant is useful when working with APIs
or calculations that require the
minimum value of an int in the form of a float.
The value is equivalent to (float)int.MinValue.