Table of Contents

Class Result.VolumeResult

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

Represents the volume result.

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

Constructors

VolumeResult(VolumeValue)

Initializes a new instance of the Result.VolumeResult class.

public VolumeResult(VolumeValue volume)

Parameters

volume VolumeValue

The volume value.

Properties

Volume

Gets the volume value.

public override VolumeValue Volume { get; }

Property Value

VolumeValue

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 VolumeValue(VolumeResult)

public static implicit operator VolumeValue(Result.VolumeResult volumeResult)

Parameters

volumeResult Result.VolumeResult

The volume result.

Returns

VolumeValue

The volume value.