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 SourceDose(Double, String)
Declaration
public Dose(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 |