System.ICloneable
System.IDisposeable
The AngularValue class describes a single angular value. The units for this value are given by an AngularUnits object.
|
Constructor |
Description |
|
Constructs a new AngularValue instance |
|
Property |
Description |
|
Describes the format to use with the FromString and ToString methods | |
|
Gives the value in degrees | |
|
Gives the value in radians | |
|
Gives the value in the units defined in Units | |
|
A string that describes the meaning of this AngularValue | |
|
An AngularUnit that gives the units for this AngularValue |
|
Method |
Description |
|
Produces a deep-copy of the current instance | |
|
Produces a deep-copy of an AngularValue instance | |
|
Releases the resources used by the current instance | |
|
Sets the value from a string in the specified format | |
|
Returns a string giving the value of the current instance in the specified format | |
|
Compares the value of two AngularValue instances |