AngularValue Class

Uses

System.ICloneable

System.IDisposeable

 

Description

The AngularValue class describes a single angular value.  The units for this value are given by an AngularUnits object.

 

Public Constructors

Constructor

Description

AngularValue

Constructs a new AngularValue instance

 

Public Properties

Property

Description

Format

Describes the format to use with the FromString and ToString methods

InDegrees

Gives the value in degrees

InRadians

Gives the value in radians

InUnits

Gives the value in the units defined in Units

Label

A string that describes the meaning of this AngularValue

Units

An AngularUnit that gives the units for this AngularValue

 

Public Methods

Method

Description

Clone

Produces a deep-copy of the current instance

DeepCopy

Produces a deep-copy of an AngularValue instance

Dispose

Releases the resources used by the current instance

FromString

Sets the value from a string in the specified format

ToString

Returns a string giving the value of the current instance in the specified format

ValueEquals

Compares the value of two AngularValue instances