Class Volume
Inheritance
System.Object
Volume
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:EvilDICOM.RT.Data.DVH
Assembly:EvilDICOM.dll
Syntax
public class Volume
Constructors
View SourceVolume(Double, String)
Declaration
public Volume(double value, string unit)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value | |
| System.String | unit |
Properties
View SourceUnit
Declaration
public string Unit { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Value
Declaration
public double Value { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |