SqlSingle Constructors
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.
Initializes a new instance of the SqlSingle structure using the supplied floating point value.
Overloads
SqlSingle(Double) |
Initializes a new instance of the SqlSingle structure using the supplied double parameter. |
SqlSingle(Single) |
Initializes a new instance of the SqlSingle structure. |
SqlSingle(Double)
- Source:
- SQLSingle.cs
- Source:
- SQLSingle.cs
- Source:
- SQLSingle.cs
Initializes a new instance of the SqlSingle structure using the supplied double parameter.
public:
SqlSingle(double value);
public SqlSingle (double value);
new System.Data.SqlTypes.SqlSingle : double -> System.Data.SqlTypes.SqlSingle
Public Sub New (value As Double)
Parameters
See also
Applies to
SqlSingle(Single)
- Source:
- SQLSingle.cs
- Source:
- SQLSingle.cs
- Source:
- SQLSingle.cs
Initializes a new instance of the SqlSingle structure.
public:
SqlSingle(float value);
public SqlSingle (float value);
new System.Data.SqlTypes.SqlSingle : single -> System.Data.SqlTypes.SqlSingle
Public Sub New (value As Single)
Parameters
- value
- Single
A floating point number which will be used as the Value of the new SqlSingle structure.