SqlDecimal Constructor
Supported by the .NET Compact Framework. |
Overloaded. Initializes a new instance of the SqlDecimal structure. |
![]() MaxPrecision
Supported by the .NET Compact Framework. |
A constant representing the largest possible value for the Precision property. |
![]() MaxScale
Supported by the .NET Compact Framework. |
A constant representing the maximum value for the Scale property. |
![]() MaxValue
Supported by the .NET Compact Framework. |
A constant representing the maximum value of a SqlDecimal structure. |
![]() MinValue
Supported by the .NET Compact Framework. |
A constant representing the minimum value for a SqlDecimal structure. |
![]() Null
Supported by the .NET Compact Framework. |
Represents a null value that can be assigned to the Value property of an instance of the SqlMoney class. |
BinData
Supported by the .NET Compact Framework. |
Get the binary representation of the value of this SqlDecimal structure as an array of bytes. |
Data
Supported by the .NET Compact Framework. |
Gets the binary representation of this SqlDecimal structure as an array of integers. |
IsNull
Supported by the .NET Compact Framework. |
Indicates whether or not the Value of this SqlDecimal structure is null. |
IsPositive
Supported by the .NET Compact Framework. |
Indicates whether or not the Value of this SqlDecimal structure is greater than zero. |
Precision
Supported by the .NET Compact Framework. |
Gets or sets the maximum number of digits used to represent the Value property. |
Scale
Supported by the .NET Compact Framework. |
Gets or sets the number of decimal places to which Value is resolved. |
Value
Supported by the .NET Compact Framework. |
Gets the value of the SqlDecimal structure. This property is read-only. |
![]() Abs
Supported by the .NET Compact Framework. |
The Abs member function gets the absolute value of the SqlDecimal parameter. |
![]() Add
Supported by the .NET Compact Framework. |
Calculates the sum of the two SqlDecimal operators. |
![]() AdjustScale
Supported by the .NET Compact Framework. |
The scale of the SqlDecimal operand will be adjusted to the number of digits indicated by the digits parameter. Depending on the value of the fRound parameter, the value will either be rounded to the appropriate number of digits or truncated. |
![]() Ceiling
Supported by the .NET Compact Framework. |
Returns the smallest whole number greater than or equal to the specified SqlDecimal structure. |
CompareTo
Supported by the .NET Compact Framework. |
Compares this instance to the supplied object and returns an indication of their relative values. |
![]() ConvertToPrecScale
Supported by the .NET Compact Framework. |
Adjusts the value of the SqlDecimal operand to the indicated precision and scale. |
![]() Divide
Supported by the .NET Compact Framework. |
The division operator calculates the results of dividing the first SqlDecimal operand by the second. |
Equals
Supported by the .NET Compact Framework. |
Overloaded. |
![]() Floor
Supported by the .NET Compact Framework. |
Rounds a specified SqlDecimal number to the next lower whole number. |
GetHashCode
Supported by the .NET Compact Framework. |
Overridden. Returns the hash code for this instance. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. |
Gets the Type of the current instance. |
![]() GreaterThan
Supported by the .NET Compact Framework. |
Performs a logical comparison of two SqlDecimal structures to determine if the first is greater than the second. |
![]() GreaterThanOrEqual
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlDecimal parameters to determine if the first is greater than or equal to the second. |
![]() LessThan
Supported by the .NET Compact Framework. |
Performs a logical comparison of two SqlDecimal structures to determine if the first is less than the second. |
![]() LessThanOrEqual
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlDecimal parameters 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 SqlDecimal parameters. |
![]() NotEquals
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlDecimal parameters to determine if they are not equal. |
![]() Parse
Supported by the .NET Compact Framework. |
Converts the String representation of a number to its SqlDecimal equivalent. |
![]() Power
Supported by the .NET Compact Framework. |
Raises the value of the specified SqlDecimal structure to the specified exponential power. |
![]() Round
Supported by the .NET Compact Framework. |
Gets the number nearest the specified SqlDecimal structure's value with the specified precision. |
![]() Sign
Supported by the .NET Compact Framework. |
Gets a value indicating the sign of a SqlDecimal structure's Value property. |
![]() Subtract
Supported by the .NET Compact Framework. |
Calculates the results of subtracting the second SqlDecimal operand from the first. |
ToDouble
Supported by the .NET Compact Framework. |
Returns the a double equal to the contents of the Value property of this instance. |
ToSqlBoolean
Supported by the .NET Compact Framework. |
Converts this SqlDecimal structure to SqlBoolean. |
ToSqlByte
Supported by the .NET Compact Framework. |
Converts this SqlDecimal structure to SqlByte. |
ToSqlDouble
Supported by the .NET Compact Framework. |
Converts this SqlDecimal structure to SqlDouble. |
ToSqlInt16
Supported by the .NET Compact Framework. |
Converts this SqlDecimal structure to SqlInt16. |
ToSqlInt32
Supported by the .NET Compact Framework. |
Converts this SqlDecimal structure to SqlInt32. |
ToSqlInt64
Supported by the .NET Compact Framework. |
Converts this SqlDecimal structure to SqlInt64. |
ToSqlMoney
Supported by the .NET Compact Framework. |
Converts this SqlDecimal structure to SqlMoney. |
ToSqlSingle
Supported by the .NET Compact Framework. |
Converts this SqlDecimal structure to SqlSingle. |
ToSqlString
Supported by the .NET Compact Framework. |
Converts this SqlDecimal structure to SqlString. |
ToString
Supported by the .NET Compact Framework. |
Overridden. Converts this SqlDecimal structure to String. |
![]() Truncate
Supported by the .NET Compact Framework. |
Truncates the specified SqlDecimal structure's value to the desired position. |
![]() Addition Operator
Supported by the .NET Compact Framework. |
Calculates the sum of the two SqlDecimal operators. |
![]() Division Operator
Supported by the .NET Compact Framework. |
The division operator calculates the results of dividing the first SqlDecimal operand by the second. |
![]() Equality Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlDecimal operands to determine if they are equal. |
![]() Greater Than Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of two SqlDecimal structures to determine if the first is greater than the second. |
![]() Greater Than Or Equal Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlDecimal parameters to determine if the first is greater than or equal to the second. |
![]() Inequality Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlDecimal parameters to determine if they are not equal. |
![]() Less Than Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of two SqlDecimal structures to determine if the first is less than the second. |
![]() Less Than Or Equal Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlDecimal parameters 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 SqlDecimal parameters. |
![]() Subtraction Operator
Supported by the .NET Compact Framework. |
Calculates the results of subtracting the second SqlDecimal operand from the first. |
![]() Unary Negation Operator
Supported by the .NET Compact Framework. |
The unary minus operator negates the SqlDecimal parameter. |
![]() SqlBoolean to SqlDecimal Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlBoolean structure to SqlDecimal. |
![]() SqlDecimal to Decimal Conversion
Supported by the .NET Compact Framework. |
Converts the SqlDecimal parameter to Decimal. |
![]() SqlDouble to SqlDecimal Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlDouble structure to SqlDecimal. |
![]() SqlSingle to SqlDecimal Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlSingle structure to SqlDecimal. |
![]() SqlString to SqlDecimal Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlString parameter to SqlDecimal. |
![]() Decimal to SqlDecimal Conversion
Supported by the .NET Compact Framework. |
Converts the Decimal value to SqlDecimal. |
![]() SqlByte to SqlDecimal Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlByte structure to SqlDecimal. |
![]() SqlInt16 to SqlDecimal Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlInt16 structure to SqlDecimal |
![]() SqlInt32 to SqlDecimal Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlInt32 structure to SqlDecimal. |
![]() SqlInt64 to SqlDecimal Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlInt64 structure to SqlDecimal. |
![]() SqlMoney to SqlDecimal Conversion
Supported by the .NET Compact Framework. |
Converts the SqlMoney operand to SqlDecimal. |
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. |