NumberConstructor.POSITIVE_INFINITY Field

Definition

Represents positive infinity. This field is constant.

This API supports the product infrastructure and is not intended to be used directly from your code.

public: double POSITIVE_INFINITY = Infinity;
public const double POSITIVE_INFINITY = Infinity;
val mutable POSITIVE_INFINITY : double
Public Const POSITIVE_INFINITY As Double  = Infinity

Field Value

Value = Infinity

Applies to

See also