Table of Contents

Class Result.AngleResult

Namespace
xFunc.Maths.Results
Assembly
xFunc.Maths.dll

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 AngleValue

The angle value.

Properties

Angle

Gets the angle value.

public override AngleValue Angle { get; }

Property Value

AngleValue

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)

public static implicit operator AngleValue(Result.AngleResult angleResult)

Parameters

angleResult Result.AngleResult

The angle result.

Returns

AngleValue

The angle value.