Table of Contents

Field MaxIntAsDouble

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

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

public const double MaxIntAsDouble = 2147483647

Returns

double
Represents the maximum 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 maximum value of an int in the form of a double. The value is equivalent to (double)int.MaxValue.