C1.C1Rdl Namespace : RdlFloat Class |
The following tables list the members exposed by RdlFloat.
Name | Description | |
---|---|---|
RdlFloat Constructor | Overloaded. |
Name | Description | |
---|---|---|
Expression | Gets the expression associated with the current RdlProp. Note that this property throws an exception if the current object contains a constant (i.e. if RdlProp.IsExpression gets false). (Inherited from C1.C1Rdl.RdlProp) | |
IsExpression | Gets a value indicating whether the current RdlProp is specified as an expression. (Inherited from C1.C1Rdl.RdlProp) | |
NaN | Gets an RdlFloat object representing the double.NaN value. | |
Value | Gets the double value when the current object contains a constant. Throws an exception when it contains an expression. | |
Zero | Gets an RdlFloat object representing the zero value. |
Name | Description | |
---|---|---|
Equals | Compares the current object with another object. This method performs comparison by value. | |
GetHashCode | Gets the hash code for the current object, based on value. | |
ToString | Converts the current object to a string. | |
TryParse | Parses a string into properties of the RdlFloat class. |
Equality | Tests whether two RdlFloat objects are equal. |
Implicit Type Conversion | Overloaded. Converts an RdlFloat to a string. |
Inequality | Tests whether two RdlFloat objects are not equal. |