nfloat.MaxValue Field

Definition

Represents the largest possible value of a nfloat. This field is constant.

public static readonly nfloat MaxValue;
 staticval mutable MaxValue : nfloat

Field Value

Remarks

The value of this constant is either float.MaxValue or double.MaxValue depending on the host architecture.

Applies to