AngleMath Class

CVB.Net Documentation
Provides trigonometry functions that work with Angle objects.
Inheritance Hierarchy

SystemObject
  Stemmer.CvbAngleMath

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static class AngleMath

The AngleMath type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAbs
Absolute value of an angle
Public methodStatic memberAcos
Returns the angle whose cosine is the specified number.
Public methodStatic memberAsin
Returns the angle whose sine is the specified number.
Public methodStatic memberAtan
Returns the angle whose tangent is the specified number.
Public methodStatic memberAtan2
Returns the angle whose tangent is the quotient of two specified numbers.
Public methodStatic memberCos
Returns the cosine of an angle.
Public methodStatic memberCosh
Returns the hyperbolic cosine of an angle.
Public methodStatic memberMax
Returns the bigger of two angles.
Public methodStatic memberMin
Returns the smaller of two angles.
Public methodStatic memberSign
Returns a value indicating the sign of an Angle.
Public methodStatic memberSin
Returns the sine of an angle.
Public methodStatic memberSinh
Returns the hyperbolic sine of an angle.
Public methodStatic memberTan
Returns the tangent of an angle.
Public methodStatic memberTanh
Returns the hyperbolic tangent of an angle.
Top
See Also

Reference