Show / Hide Table of Contents
View Source

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 Source

Volume(Double, String)

Declaration
public Volume(double value, string unit)
Parameters
Type Name Description
System.Double value
System.String unit

Properties

View Source

Unit

Declaration
public string Unit { get; }
Property Value
Type Description
System.String
View Source

Value

Declaration
public double Value { get; }
Property Value
Type Description
System.Double
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX