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
booltrue 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
booltrue if other represents the same angle as this instance; otherwise, false.
stringThe string representation of this instance.
string formata string indicating the desired format of the double.
stringThe string representation of this instance.
string formata string indicating the desired format of the double.
IFormatProvider providerT unitDegrees or Radians
stringThe string representation of this instance.
return double
|