Table of Contents

Class Result.TimeResult

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

Represents the time result.

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

Constructors

TimeResult(TimeValue)

Initializes a new instance of the Result.TimeResult class.

public TimeResult(TimeValue time)

Parameters

time TimeValue

The time value.

Properties

Time

Gets the time value.

public override TimeValue Time { get; }

Property Value

TimeValue

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 TimeValue(TimeResult)

public static implicit operator TimeValue(Result.TimeResult timeResult)

Parameters

timeResult Result.TimeResult

The time result.

Returns

TimeValue

The time value.