Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class DicomOtherFloat

    Other Float (OF)

    Inheritance
    System.Object
    DicomItem
    DicomElement
    DicomValueElement<System.Single>
    DicomOtherFloat
    Implements
    System.IComparable<DicomItem>
    System.IComparable
    Inherited Members
    DicomValueElement<Single>.Count
    DicomValueElement<Single>.Get<T>(Int32)
    DicomValueElement<Single>.Equals(DicomElement)
    DicomElement.Buffer
    DicomElement.Length
    DicomElement.Validate()
    DicomElement.ValidateString()
    DicomItem.Tag
    DicomItem.CompareTo(DicomItem)
    DicomItem.CompareTo(Object)
    DicomItem.ToString()
    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 DicomOtherFloat : DicomValueElement<float>, IComparable<DicomItem>, IComparable

    Constructors

    DicomOtherFloat(DicomTag, IByteBuffer)

    Declaration
    public DicomOtherFloat(DicomTag tag, IByteBuffer data)
    Parameters
    Type Name Description
    DicomTag tag
    IByteBuffer data

    DicomOtherFloat(DicomTag, Single[])

    Declaration
    public DicomOtherFloat(DicomTag tag, params float[] values)
    Parameters
    Type Name Description
    DicomTag tag
    System.Single[] values

    Properties

    ValueRepresentation

    Declaration
    public override DicomVR ValueRepresentation { get; }
    Property Value
    Type Description
    DicomVR
    Overrides
    DicomItem.ValueRepresentation

    Methods

    ValidateVM()

    Declaration
    protected override void ValidateVM()
    Overrides
    DicomElement.ValidateVM()

    Implements

    System.IComparable<T>
    System.IComparable

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors