Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class DicomRange<T>

    Inheritance
    System.Object
    DicomRange<T>
    DicomDateRange
    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)
    System.Object.ToString()
    Namespace: FellowOakDicom
    Assembly: fo-dicom.core.dll
    Syntax
    public class DicomRange<T>
        where T : IComparable<T>
    Type Parameters
    Name Description
    T

    Constructors

    DicomRange(T, T)

    Declaration
    public DicomRange(T min, T max)
    Parameters
    Type Name Description
    T min
    T max

    Properties

    Maximum

    Declaration
    public T Maximum { get; set; }
    Property Value
    Type Description
    T

    Minimum

    Declaration
    public T Minimum { get; set; }
    Property Value
    Type Description
    T

    Methods

    Contains(T)

    Declaration
    public bool Contains(T value)
    Parameters
    Type Name Description
    T value
    Returns
    Type Description
    System.Boolean

    Join(T)

    Declaration
    public void Join(T value)
    Parameters
    Type Name Description
    T value

    Extension Methods

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