Class Result.AngleResult
Represents the angle result.
public sealed class Result.AngleResult : Result
- Inheritance
-
Result.AngleResult
- Inherited Members
Constructors
AngleResult(AngleValue)
Initializes a new instance of the Result.AngleResult class.
public AngleResult(AngleValue angle)
Parameters
angle
AngleValueThe angle value.
Properties
Angle
Gets the angle value.
public override AngleValue Angle { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Operators
implicit operator AngleValue(AngleResult)
Converts Result.AngleResult to AngleValue.
public static implicit operator AngleValue(Result.AngleResult angleResult)
Parameters
angleResult
Result.AngleResultThe angle result.
Returns
- AngleValue
The angle value.