SqlDouble Structure
.NET Framework 4.5
Represents a floating-point number within the range of -1.79E +308 through 1.79E +308 to be stored in or retrieved from a database.
Namespace: System.Data.SqlTypes
Assembly: System.Data (in System.Data.dll)
The SqlDouble type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | Add | The addition operator computes the sum of the two SqlDouble operands. |
![]() ![]() | CompareTo(Object) | Compares this SqlDouble instance to the supplied Object and returns an indication of their relative values. |
![]() ![]() | CompareTo(SqlDouble) | Compares this SqlDouble instance to the supplied SqlDouble and returns an indication of their relative values. |
![]() ![]() ![]() | Divide | The division operator divides the first SqlDouble operand by the second. |
![]() ![]() | Equals(Object) | Compares the supplied object parameter to the Value property of the SqlDouble object. (Overrides ValueType.Equals(Object).) |
![]() ![]() ![]() | Equals(SqlDouble, SqlDouble) | Performs a logical comparison on two instances of SqlDouble to determine whether they are equal. |
![]() ![]() | GetHashCode | Returns the hash code for this SqlDouble structre. (Overrides ValueType.GetHashCode().) |
![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() ![]() | GetXsdType | Returns the XML Schema definition language (XSD) of the specified XmlSchemaSet. |
![]() ![]() ![]() | GreaterThan | Compares two instances of SqlDouble to determine whether the first is greater than the second. |
![]() ![]() ![]() | GreaterThanOrEqual | Compares two instances of SqlDouble to determine whether the first is greater than or equal to the second. |
![]() ![]() ![]() | LessThan | Compares two instances of SqlDouble to determine whether the first is less than the second. |
![]() ![]() ![]() | LessThanOrEqual | Compares two instances of SqlDouble to determine whether the first is less than or equal to the second. |
![]() ![]() ![]() | Multiply | The multiplication operator computes the product of the two SqlDouble operands. |
![]() ![]() ![]() | NotEquals | Compares two instances of SqlDouble to determine whether they are notequal. |
![]() ![]() ![]() | Parse | Converts the String representation of a number to its double-precision floating point number equivalent. |
![]() ![]() ![]() | Subtract | The subtraction operator the second SqlDouble operand from the first. |
![]() ![]() | ToSqlBoolean | Converts this SqlDouble structure to SqlBoolean. |
![]() ![]() | ToSqlByte | Converts this SqlDouble structure to SqlByte. |
![]() ![]() | ToSqlDecimal | Converts this SqlDouble structure to SqlDecimal. |
![]() ![]() | ToSqlInt16 | Converts this SqlDouble structure to SqlInt16. |
![]() ![]() | ToSqlInt32 | Converts this SqlDouble structure to SqlInt32. |
![]() ![]() | ToSqlInt64 | Converts this SqlDouble structure to SqlInt64. |
![]() ![]() | ToSqlMoney | Converts this SqlDouble structure to SqlMoney. |
![]() ![]() | ToSqlSingle | Converts this SqlDouble structure to SqlSingle. |
![]() ![]() | ToSqlString | Converts this SqlDouble structure to SqlString. |
![]() ![]() | ToString | Converts this SqlDouble structure to a string. (Overrides ValueType.ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | Addition | The addition operator computes the sum of the two SqlDouble operands. |
![]() ![]() ![]() | Division | The division operator divides the first SqlDouble operand by the second. |
![]() ![]() ![]() | Equality | Performs a logical comparison on two instances of SqlDouble to determine whether they are equal. |
![]() ![]() ![]() | Explicit(SqlBoolean to SqlDouble) | Converts the supplied SqlBoolean parameter to SqlDouble. |
![]() ![]() ![]() | Explicit(SqlDouble to Double) | Converts the supplied SqlDouble structure to double. |
![]() ![]() ![]() | Explicit(SqlString to SqlDouble) | Converts the supplied SqlString parameter to SqlDouble. |
![]() ![]() ![]() | GreaterThan | Compares two instances of SqlDouble to determine whether the first is greater than the second. |
![]() ![]() ![]() | GreaterThanOrEqual | Compares two instances of SqlDouble to determine whether the first is greater than or equal to the second. |
![]() ![]() ![]() | Implicit(Double to SqlDouble) | Converts the supplied double value to a SqlDouble. |
![]() ![]() ![]() | Implicit(SqlByte to SqlDouble) | Converts the supplied SqlByte parameter to SqlDouble. |
![]() ![]() ![]() | Implicit(SqlDecimal to SqlDouble) | Converts the supplied SqlDecimal parameter to SqlDouble. |
![]() ![]() ![]() | Implicit(SqlInt16 to SqlDouble) | Converts the supplied SqlInt16 parameter to SqlDouble. |
![]() ![]() ![]() | Implicit(SqlInt32 to SqlDouble) | Converts the supplied SqlInt32 parameter to SqlDouble. |
![]() ![]() ![]() | Implicit(SqlInt64 to SqlDouble) | Converts the supplied SqlInt64 parameter to SqlDouble. |
![]() ![]() ![]() | Implicit(SqlMoney to SqlDouble) | Converts the supplied SqlMoney parameter to SqlDouble. |
![]() ![]() ![]() | Implicit(SqlSingle to SqlDouble) | Converts the supplied SqlSingle parameter to SqlDouble. |
![]() ![]() ![]() | Inequality | Compares two instances of SqlDouble to determine whether they are not equal. |
![]() ![]() ![]() | LessThan | Compares two instances of SqlDouble to determine whether the first is less than the second. |
![]() ![]() ![]() | LessThanOrEqual | Compares two instances of SqlDouble to determine whether the first is less than or equal to the second. |
![]() ![]() ![]() | Multiply | The multiplication operator computes the product of the two SqlDouble operands. |
![]() ![]() ![]() | Subtraction | The subtraction operator the second SqlDouble operand from the first. |
![]() ![]() ![]() | UnaryNegation | Returns the negated value of the specified SqlDouble structure. |
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | MaxValue | A constant representing the maximum value for a SqlDouble structure. |
![]() ![]() ![]() | MinValue | A constant representing the minimum possible value of SqlDouble. |
![]() ![]() ![]() | Null | Represents a DBNull that can be assigned to this instance of the SqlDouble structure. |
![]() ![]() ![]() | Zero | Represents a zero value that can be assigned to the Value property of an instance of the SqlDouble structure. |
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | IXmlSerializable.GetSchema | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() ![]() ![]() | IXmlSerializable.ReadXml | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() ![]() ![]() | IXmlSerializable.WriteXml | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
