Search Results for

    Show / Hide Table of Contents

    Class Extensions

    Inheritance
    Object
    Extensions
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.Imaging.Mathematics
    Assembly: cs.temp.dll.dll
    Syntax
    public static class Extensions

    Methods

    IsEven(Byte)

    Declaration
    public static bool IsEven(this byte v)
    Parameters
    Type Name Description
    Byte v
    Returns
    Type Description
    Boolean

    IsEven(Int16)

    Declaration
    public static bool IsEven(this short v)
    Parameters
    Type Name Description
    Int16 v
    Returns
    Type Description
    Boolean

    IsEven(Int32)

    Declaration
    public static bool IsEven(this int v)
    Parameters
    Type Name Description
    Int32 v
    Returns
    Type Description
    Boolean

    IsEven(UInt16)

    Declaration
    public static bool IsEven(this ushort v)
    Parameters
    Type Name Description
    UInt16 v
    Returns
    Type Description
    Boolean

    IsEven(UInt32)

    Declaration
    public static bool IsEven(this uint v)
    Parameters
    Type Name Description
    UInt32 v
    Returns
    Type Description
    Boolean

    IsNearlyZero(Double)

    Declaration
    public static bool IsNearlyZero(this double v)
    Parameters
    Type Name Description
    Double v
    Returns
    Type Description
    Boolean

    IsNearlyZero(Single)

    Declaration
    public static bool IsNearlyZero(this float v)
    Parameters
    Type Name Description
    Single v
    Returns
    Type Description
    Boolean

    IsOdd(Byte)

    Declaration
    public static bool IsOdd(this byte v)
    Parameters
    Type Name Description
    Byte v
    Returns
    Type Description
    Boolean

    IsOdd(Int16)

    Declaration
    public static bool IsOdd(this short v)
    Parameters
    Type Name Description
    Int16 v
    Returns
    Type Description
    Boolean

    IsOdd(Int32)

    Declaration
    public static bool IsOdd(this int v)
    Parameters
    Type Name Description
    Int32 v
    Returns
    Type Description
    Boolean

    IsOdd(UInt16)

    Declaration
    public static bool IsOdd(this ushort v)
    Parameters
    Type Name Description
    UInt16 v
    Returns
    Type Description
    Boolean

    IsOdd(UInt32)

    Declaration
    public static bool IsOdd(this uint v)
    Parameters
    Type Name Description
    UInt32 v
    Returns
    Type Description
    Boolean
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors