Table of Contents

Class Result.AreaResult

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

Represents the area result.

public sealed class Result.AreaResult : Result
Inheritance
Result.AreaResult
Inherited Members

Constructors

AreaResult(AreaValue)

Initializes a new instance of the Result.AreaResult class.

public AreaResult(AreaValue area)

Parameters

area AreaValue

The area value.

Properties

Area

Gets the area value.

public override AreaValue Area { get; }

Property Value

AreaValue

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 AreaValue(AreaResult)

public static implicit operator AreaValue(Result.AreaResult areaResult)

Parameters

areaResult Result.AreaResult

The area result.

Returns

AreaValue

The area value.