Class DicomFloatingPointDouble
Floating Point Double (FD)
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)
Namespace: FellowOakDicom
Assembly: fo-dicom.core.dll
Syntax
public class DicomFloatingPointDouble : DicomValueElement<double>, IComparable<DicomItem>, IComparable
Constructors
DicomFloatingPointDouble(DicomTag, IByteBuffer)
Declaration
public DicomFloatingPointDouble(DicomTag tag, IByteBuffer data)
Parameters
Type | Name | Description |
---|---|---|
DicomTag | tag | |
IByteBuffer | data |
DicomFloatingPointDouble(DicomTag, Double[])
Declaration
public DicomFloatingPointDouble(DicomTag tag, params double[] values)
Parameters
Type | Name | Description |
---|---|---|
DicomTag | tag | |
System.Double[] | values |
Properties
ValueRepresentation
Declaration
public override DicomVR ValueRepresentation { get; }
Property Value
Type | Description |
---|---|
DicomVR |
Overrides
Implements
System.IComparable<T>
System.IComparable