Table of Contents

Class Result.VectorResult

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

Represents the vector result.

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

Constructors

VectorResult(VectorValue)

Initializes a new instance of the Result.VectorResult class.

public VectorResult(VectorValue vector)

Parameters

vector VectorValue

The vector value.

Properties

Vector

Gets the vector value.

public override VectorValue Vector { get; }

Property Value

VectorValue

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 VectorValue(VectorResult)

public static implicit operator VectorValue(Result.VectorResult vectorResult)

Parameters

vectorResult Result.VectorResult

The vector result.

Returns

VectorValue

The vector value.