The AngularValue class describes a single angular value. The units for this value are given by an AngularUnit object.
Constructor |
Description |
Creates a new instance of the AngularValue class | |
Creates a new instance of the AngularValue class |
Method |
Description |
Produces a deep-copy of an AngularValue | |
Sets the value of this AngularValue from the specified string | |
Sets the string format used with the FromString and ToString methods | |
Returns the value of this AngularValue in degrees | |
Returns the value of this AngularValue in radians | |
Returns the value of this AngularValue in the units used with this AngularValue | |
Returns the string that describes the meaning of this AngularValue | |
Returns the AngularUnit used to express this AngularValue | |
Sets the string format used with the FromString and ToString methods | |
Sets the value of this AngularValue with a degree value | |
Sets the value of this AngularValue with a radian value | |
Sets the value of this AngularValue | |
Sets the string that describes the meaning of this AngularValue | |
Sets the AngularUnit used to express this AngularValue | |
Produces a string that gives the value of this AngularValue | |
Compares the value of two AngularValues |
Operator |
Description |
Assigns a new value to this AngularUnit | |
Compares the value of two AngularUnits | |
Compares the value of two AngularUnits |