Show / Hide Table of Contents
View Source

Class Dose

Inheritance
System.Object
Dose
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 Dose

Constructors

View Source

Dose(Double, String)

Declaration
public Dose(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