Table of Contents

Field MinIntAsDouble

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents the minimum value of a 32-bit signed integer as a double-precision floating-point number.

public const double MinIntAsDouble = -2147483648

Returns

double
Represents the minimum value of a 32-bit signed integer as a double-precision 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 double. The value is equivalent to (double)int.MinValue.