SqlSingle.Zero Field

Definition

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

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

Field Value

Remarks

Zero functions as a constant for the SqlSingle class.

Applies to

See also