Parameters
double
value
The value in degrees.
Type Angle
Namespace MathNet.Spatial.Units
Parent ValueType
Interfaces IComparable<Angle>, IEquatable<Angle>, IFormattable, IXmlSerializable
string
valueThe string to be converted
IFormatProvider
formatProviderThe IFormatProvider
Angle
otherAn Angle object to compare with this instance.
Angle
toleranceThe maximum difference for being considered equal
bool
true if other represents the same angle as this instance; otherwise, false.
Angle
otherAn Angle object to compare with this instance.
double
toleranceThe maximum difference for being considered equal
bool
true if other represents the same angle as this instance; otherwise, false.
string
The string representation of this instance.
string
formata string indicating the desired format of the double.
string
The string representation of this instance.
string
formata string indicating the desired format of the double.
IFormatProvider
providerT
unitDegrees or Radians
string
The string representation of this instance.
return double
|