SqlDouble
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.
A constant representing the maximum value for a SqlDouble structure.
A constant representing the minimum possible value of SqlDouble.
Represents a zero value that can be assigned to the Value property of an instance of the SqlDouble structure.
Returns a Boolean value that indicates whether this SqlDouble instance is null.
Gets the value of the SqlDouble structure. This property is read-only.
Initializes a new instance of the SqlDouble structure using the supplied double parameter to set the new SqlDouble structure's Value property.
The addition operator computes the sum of the two SqlDouble operands.
The division operator divides the first SqlDouble operand by the second.
Performs a logical comparison on two instances of SqlDouble to determine whether they are equal.
Compares two instances of SqlDouble to determine whether the first is greater than the second.
Compares two instances of SqlDouble to determine whether the first is greater than or equal to the second.
Compares two instances of SqlDouble to determine whether the first is less than the second.
Compares two instances of SqlDouble to determine whether the first is less than or equal to the second.
The multiplication operator computes the product of the two SqlDouble operands.
Compares two instances of SqlDouble to determine whether they are notequal.
The addition operator computes the sum of the two SqlDouble operands.
The division operator divides the first SqlDouble operand by the second.
Performs a logical comparison on two instances of SqlDouble to determine whether they are equal.
Converts the supplied SqlBoolean parameter to SqlDouble.
Converts the supplied SqlDouble structure to double.
Compares two instances of SqlDouble to determine whether the first is greater than the second.
Compares two instances of SqlDouble to determine whether the first is greater than or equal to the second.
Converts the supplied SqlDecimal parameter to SqlDouble.
Converts the supplied double value to a SqlDouble.
Compares two instances of SqlDouble to determine whether they are not equal.
Compares two instances of SqlDouble to determine whether the first is less than the second.
Compares two instances of SqlDouble to determine whether the first is less than or equal to the second.
The multiplication operator computes the product of the two SqlDouble operands.
The subtraction operator the second SqlDouble operand from the first.
Returns the negated value of the specified SqlDouble structure.
Converts the String representation of a number to its double-precision floating point number equivalent.
The subtraction operator the second SqlDouble operand from the first.
Compares this SqlDouble instance to the supplied SqlDouble and returns an indication of their relative values.
Compares this SqlDouble instance to the supplied Object and returns an indication of their relative values.
Converts this SqlDouble structure to SqlBoolean.
Converts this SqlDouble structure to SqlDecimal.