SqlSingle.MinValue Field

Definition

Represents the minimum value that can be assigned to Value property of an instance of the SqlSingle class.

public: static initonly System::Data::SqlTypes::SqlSingle MinValue;
public static readonly System.Data.SqlTypes.SqlSingle MinValue;
 staticval mutable MinValue : System.Data.SqlTypes.SqlSingle
Public Shared ReadOnly MinValue As SqlSingle 

Field Value

Remarks

The value of this constant is -3.40E+38.

Applies to

See also