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
angleAngleValueThe 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.
[ExcludeFromCodeCoverage]
public static implicit operator AngleValue(Result.AngleResult angleResult)
  Parameters
angleResultResult.AngleResultThe angle result.
Returns
- AngleValue
 The angle value.