DicomHeaderParserGetDouble Method (DicomGroup, UInt32, DicomTag, UInt32) |
Gets the value of a meta-data value as a double
Namespace:
Atalasoft.Imaging.Codec.Dicom
Assembly:
Atalasoft.dotImage.Dicom (in Atalasoft.dotImage.Dicom.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public double GetDouble(
DicomGroup groupId,
uint order,
DicomTag tagId,
uint elementNumber
)
Public Function GetDouble (
groupId As DicomGroup,
order As UInteger,
tagId As DicomTag,
elementNumber As UInteger
) As Double
Parameters
- groupId
- Type: Atalasoft.Imaging.Codec.DicomDicomGroup
The group of the meta-data value you are trying to access - order
- Type: SystemUInt32
The order of the meta-data value you are trying to access - tagId
- Type: Atalasoft.Imaging.Codec.DicomDicomTag
The tag of the meta-data value you are trying to access - elementNumber
- Type: SystemUInt32
The element number of the meta-data value you are trying to access
Return Value
Type:
DoubleSee Also