nfloat.MinValue Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.