Class Result.VolumeResult
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
VolumeValueThe volume value.
Properties
Volume
Gets the volume value.
public override VolumeValue Volume { get; }
Property Value
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)
Converts Result.VolumeResult to VolumeValue.
public static implicit operator VolumeValue(Result.VolumeResult volumeResult)
Parameters
volumeResult
Result.VolumeResultThe volume result.
Returns
- VolumeValue
The volume value.