SqlSingle
Represents a floating point number within the range of -3.40E +38 through 3.40E +38 to be stored in or retrieved from a database.
Represents the maximum value that can be assigned to the Value property of an instance of the SqlSingle class.
Represents the minimum value that can be assigned to Value property of an instance of the SqlSingle class.
Represents the zero value that can be assigned to the Value property of an instance of the SqlSingle class.
Indicates whether this SqlSingle structure is null.
Gets the value of this SqlSingle structure. This property is read-only.
Initializes a new instance of the SqlSingle structure using the supplied double parameter.
Initializes a new instance of the SqlSingle structure.
Computes the sum of the two specified SqlSingle structures.
Divides the first SqlSingle structure by the second.
Performs a logical comparison of the two SqlSingle parameters to determine whether they are equal.
Performs a logical comparison of the two SqlSingle operands to determine whether the first is greater than the second.
Performs a logical comparison of two SqlSingle structures to determine whether the first is greater than or equal to the second.
Performs a logical comparison of the two SqlSingle parameters to determine whether the first is less than the second.
Performs a logical comparison of the two SqlSingle parameters to determine whether the first is less than or equal to the second.
Computes the product of the two specified SqlSingle structures.
Performs a logical comparison of the two SqlSingle parameters to determine whether they are not equal.
Computes the sum of the two specified SqlSingle structures.
Divides the first SqlSingle structure by the second.
Performs a logical comparison of the two SqlSingle parameters to determine whether they are equal.
This implicit operator converts the supplied SqlBoolean to SqlSingle.
Converts the specified SqlSingle structure to float.
Performs a logical comparison of the two SqlSingle operands to determine whether the first is greater than the second.
Performs a logical comparison of two SqlSingle structures to determine whether the first is greater than or equl to the second.
Converts the supplied SqlDecimal parameter to SqlSingle.
Converts the specified floating point value to SqlSingle.
Performs a logical comparison of the two SqlSingle parameters to determine whether they are not equal.
Performs a logical comparison of the two SqlSingle parameters to determine whether the first is less than the second.
Performs a logical comparison of the two SqlSingle parameters to determine whether the first is less than or equal to the second.
Computes the product of the two specified SqlSingle structures.
Subtracts the second SqlSingle structure from the first.
Subtracts the second SqlSingle structure from the first.
Compares this SqlSingle instance to the supplied SqlSingle and returns an indication of their relative values.
Compares this SqlSingle instance to the supplied Object and returns an indication of their relative values.
Converts this SqlSingle structure to SqlBoolean.
Converts this SqlSingle structure to SqlDecimal.