Show / Hide Table of Contents
View Source

Class FloatingPointDouble

Encapsulates the FloatingPointDouble VR type

Inheritance
System.Object
AbstractElement<System.Double>
FloatingPointDouble
Inherited Members
AbstractElement<Double>.VR
AbstractElement<Double>.Data
AbstractElement<Double>.Data_
AbstractElement<Double>.Tag
AbstractElement<Double>.DatType
AbstractElement<Double>.DData
AbstractElement<Double>.DData_
AbstractElement<Double>.ToString()
AbstractElement<Double>.SetData(Double)
AbstractElement<Double>.SetData(Double[])
AbstractElement<Double>.GetDataOrDefault()
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)
Namespace:EvilDICOM.Core.Element
Assembly:EvilDICOM.dll
Syntax
public class FloatingPointDouble : AbstractElement<double>, IDICOMElement

Constructors

View Source

FloatingPointDouble()

Declaration
public FloatingPointDouble()
View Source

FloatingPointDouble(Tag, Double)

Declaration
public FloatingPointDouble(Tag tag, double data)
Parameters
Type Name Description
Tag tag
System.Double data
View Source

FloatingPointDouble(Tag, Double[])

Declaration
public FloatingPointDouble(Tag tag, double[] data)
Parameters
Type Name Description
Tag tag
System.Double[] data

Extension Methods

IDICOMElementExtensions.IsVR(VR)
IDICOMElementExtensions.ToXElement()
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX