SqlDouble Constructor
Supported by the .NET Compact Framework. |
Initializes a new instance of the SqlDouble structure using the supplied double parameter to set the new SqlDouble structure's Value property. |
![]() MaxValue
Supported by the .NET Compact Framework. |
A constant representing the maximum value for a SqlDouble structure. |
![]() MinValue
Supported by the .NET Compact Framework. |
A constant representing the minimum possible value of SqlDouble. |
![]() Null
Supported by the .NET Compact Framework. |
Represents a null value that can be assigned to the Value property of an instance of the SqlDouble structure. |
![]() Zero
Supported by the .NET Compact Framework. |
Represents a zero value that can be assigned to the Value property of an instance of the SqlDouble structure. |
IsNull
Supported by the .NET Compact Framework. |
Indicates whether or not Value is null. |
Value
Supported by the .NET Compact Framework. |
Gets the value of the SqlDouble structure. This property is read-only. |
![]() Add
Supported by the .NET Compact Framework. |
The addition operator computes the sum of the two SqlDouble operands. |
CompareTo
Supported by the .NET Compact Framework. |
Compares this instance to the supplied object and returns an indication of their relative values. |
![]() Divide
Supported by the .NET Compact Framework. |
The division operator divides the first SqlDouble operand by the second. |
Equals
Supported by the .NET Compact Framework. |
Overloaded. |
GetHashCode
Supported by the .NET Compact Framework. |
Overridden. Returns the hash code for this SqlDouble structre. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. |
Gets the Type of the current instance. |
![]() GreaterThan
Supported by the .NET Compact Framework. |
Compares two instances of SqlDouble to determine if the first is greater than the second. |
![]() GreaterThanOrEqual
Supported by the .NET Compact Framework. |
Compares two instances of SqlDouble to determine if the first is greater than or equal to the second. |
![]() LessThan
Supported by the .NET Compact Framework. |
Compares two instances of SqlDouble to determine if the first is less than the second. |
![]() LessThanOrEqual
Supported by the .NET Compact Framework. |
Compares two instances of SqlDouble to determine if the first is less than or equal to the second. |
![]() Multiply
Supported by the .NET Compact Framework. |
The multiplication operator computes the product of the two SqlDouble operands. |
![]() NotEquals
Supported by the .NET Compact Framework. |
Compares two instances of SqlDouble to determine if they are notequal. |
![]() Parse
Supported by the .NET Compact Framework. |
Converts the String representation of a number to its double-precision floating point number equivalent. |
![]() Subtract
Supported by the .NET Compact Framework. |
The subtraction operator the second SqlDouble operand from the first. |
ToSqlBoolean
Supported by the .NET Compact Framework. |
Converts this SqlDouble structure to SqlBoolean. |
ToSqlByte
Supported by the .NET Compact Framework. |
Converts this SqlDouble structure to SqlByte. |
ToSqlDecimal
Supported by the .NET Compact Framework. |
Converts this SqlDouble structure to SqlDecimal. |
ToSqlInt16
Supported by the .NET Compact Framework. |
Converts this SqlDouble structure to SqlInt16. |
ToSqlInt32
Supported by the .NET Compact Framework. |
Converts this SqlDouble structure to SqlInt32. |
ToSqlInt64
Supported by the .NET Compact Framework. |
Converts this SqlDouble structure to SqlInt64. |
ToSqlMoney
Supported by the .NET Compact Framework. |
Converts this SqlDouble structure to SqlMoney. |
ToSqlSingle
Supported by the .NET Compact Framework. |
Converts this SqlDouble structure to SqlSingle. |
ToSqlString
Supported by the .NET Compact Framework. |
Converts this SqlDouble structure to SqlString. |
ToString
Supported by the .NET Compact Framework. |
Overridden. Converts this SqlDouble structure to a string. |
![]() Addition Operator
Supported by the .NET Compact Framework. |
The addition operator computes the sum of the two SqlDouble operands. |
![]() Division Operator
Supported by the .NET Compact Framework. |
The division operator divides the first SqlDouble operand by the second. |
![]() Equality Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison on two instances of SqlDouble to determine if they are equal. |
![]() Greater Than Operator
Supported by the .NET Compact Framework. |
Compares two instances of SqlDouble to determine if the first is greater than the second. |
![]() Greater Than Or Equal Operator
Supported by the .NET Compact Framework. |
Compares two instances of SqlDouble to determine if the first is greater than or equal to the second. |
![]() Inequality Operator
Supported by the .NET Compact Framework. |
Compares two instances of SqlDouble to determine if they are not equal. |
![]() Less Than Operator
Supported by the .NET Compact Framework. |
Compares two instances of SqlDouble to determine if the first is less than the second. |
![]() Less Than Or Equal Operator
Supported by the .NET Compact Framework. |
Compares two instances of SqlDouble to determine if the first is less than or equal to the second. |
![]() Multiplication Operator
Supported by the .NET Compact Framework. |
The multiplication operator computes the product of the two SqlDouble operands. |
![]() Subtraction Operator
Supported by the .NET Compact Framework. |
The subtraction operator the second SqlDouble operand from the first. |
![]() Unary Negation Operator
Supported by the .NET Compact Framework. |
Returns the negated value of the specified SqlDouble structure. |
![]() SqlBoolean to SqlDouble Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlBoolean parameter to SqlDouble. |
![]() SqlDouble to Double Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlDouble structure to double. |
![]() SqlString to SqlDouble Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlString parameter to SqlDouble. |
![]() Double to SqlDouble Conversion
Supported by the .NET Compact Framework. |
Converts the supplied double value to a SqlDouble. |
![]() SqlByte to SqlDouble Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlByte parameter to SqlDouble. |
![]() SqlDecimal to SqlDouble Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlDecimal parameter to SqlDouble. |
![]() SqlInt16 to SqlDouble Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlInt16 parameter to SqlDouble. |
![]() SqlInt32 to SqlDouble Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlInt32 parameter to SqlDouble. |
![]() SqlInt64 to SqlDouble Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlInt64 parameter to SqlDouble. |
![]() SqlMoney to SqlDouble Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlMoney parameter to SqlDouble. |
![]() SqlSingle to SqlDouble Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlSingle parameter to SqlDouble. |
Finalize (inherited from Object)
Supported by the .NET Compact Framework. |
Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. |
Creates a shallow copy of the current Object. |