Class DicomFloatingPointSingle
- Namespace
- FellowOakDicom
- Assembly
- fo-dicom.core.dll
Floating Point Single (FL)
public class DicomFloatingPointSingle : DicomValueElement<float>, IComparable<DicomItem>, IComparable
- Inheritance
-
DicomFloatingPointSingle
- Implements
- Inherited Members
- Extension Methods
Constructors
DicomFloatingPointSingle(DicomTag, IByteBuffer)
public DicomFloatingPointSingle(DicomTag tag, IByteBuffer data)
Parameters
tag
DicomTagdata
IByteBuffer
DicomFloatingPointSingle(DicomTag, params float[])
public DicomFloatingPointSingle(DicomTag tag, params float[] values)
Parameters
Properties
ValueRepresentation
Gets the Value Representation of the item.
public override DicomVR ValueRepresentation { get; }