nfloat.MinValue Field

Definition

Represents the smallest possible value of a T:System.Double. This field is constant.

public static readonly nfloat MinValue;
 staticval mutable MinValue : nfloat

Field Value

Remarks

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

Applies to