Table of Contents

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 DicomTag
data IByteBuffer

DicomFloatingPointSingle(DicomTag, params float[])

public DicomFloatingPointSingle(DicomTag tag, params float[] values)

Parameters

tag DicomTag
values float[]

Properties

ValueRepresentation

Gets the Value Representation of the item.

public override DicomVR ValueRepresentation { get; }

Property Value

DicomVR