Class DegreeMetric
Inheritance
System.Object
DegreeMetric
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class DegreeMetric : ValueType
Constructors
DegreeMetric(Double)
Declaration
public DegreeMetric(double number)
Parameters
|
System.Double
number
|
Properties
Degrees
Declaration
public int Degrees { get; set; }
Property Value
|
System.Int32
|
Minutes
Declaration
public int Minutes { get; set; }
Property Value
|
System.Int32
|
Seconds
Declaration
public double Seconds { get; set; }
Property Value
|
System.Double
|
Sign
Declaration
public int Sign { get; set; }
Property Value
|
System.Int32
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
|
System.Object
obj
|
Returns
|
System.Boolean
|
Equals(DegreeMetric, DegreeMetric)
Declaration
public static bool Equals(DegreeMetric metric1, DegreeMetric metric2)
Parameters
|
DegreeMetric
metric1
|
|
DegreeMetric
metric2
|
Returns
|
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
|
System.Int32
|
ToString()
Declaration
public override string ToString()
Returns
|
System.String
|
ToString(IFormatProvider)
Declaration
public string ToString(IFormatProvider provider)
Parameters
|
System.IFormatProvider
provider
|
Returns
|
System.String
|
Operators
Equality(DegreeMetric, DegreeMetric)
Declaration
public static bool operator ==(DegreeMetric metric1, DegreeMetric metric2)
Parameters
|
DegreeMetric
metric1
|
|
DegreeMetric
metric2
|
Returns
|
System.Boolean
|
Inequality(DegreeMetric, DegreeMetric)
Declaration
public static bool operator !=(DegreeMetric metric1, DegreeMetric metric2)
Parameters
|
DegreeMetric
metric1
|
|
DegreeMetric
metric2
|
Returns
|
System.Boolean
|