SqlSingle.MaxValue Field

Definition

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

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

Field Value

Remarks

The value of this constant is 3.40E+38.

Applies to

See also