AngularValue Class

Inherits from

GEOCALCPBW_NAMESPACE::FormattedValue

 

Description

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

The AngularValue and LinearValue classes rely upon the use of format strings, some of which may be quite complex in order to produce the desired format. For a complete list of the formatting rules, see String Formats.

 

Public Constructors

Constructor

Description

AngularValue

Creates a new instance of the AngularValue class

CreateAngularValue

Creates a new instance of the AngularValue class

 

Public Methods

Method

Description

DeepCopy

Produces a deep-copy of an AngularValue

get_InDegrees

Returns the value of this AngularValue in degrees

get_InRadians

Returns the value of this AngularValue in radians

set_InDegrees

Sets the value of this AngularValue with a degree value

set_InRadians

Sets the value of this AngularValue with a radian value

ValueEquals

Compares the value of two AngularValues

 

Overloaded Operators

Operator

Description

operator=

Assigns a new value to this AngularUnit

operator==

Compares the value of two AngularUnits

operator!=

Compares the value of two AngularUnits