Table of Contents

Class Extensions

Namespace
FellowOakDicom.Imaging.Mathematics
Assembly
fo-dicom.core.dll
public static class Extensions
Inheritance
Extensions
Inherited Members

Methods

IsEven(byte)

public static bool IsEven(this byte v)

Parameters

v byte

Returns

bool

IsEven(short)

public static bool IsEven(this short v)

Parameters

v short

Returns

bool

IsEven(int)

public static bool IsEven(this int v)

Parameters

v int

Returns

bool

IsEven(ushort)

public static bool IsEven(this ushort v)

Parameters

v ushort

Returns

bool

IsEven(uint)

public static bool IsEven(this uint v)

Parameters

v uint

Returns

bool

IsNearlyZero(double)

public static bool IsNearlyZero(this double v)

Parameters

v double

Returns

bool

IsNearlyZero(float)

public static bool IsNearlyZero(this float v)

Parameters

v float

Returns

bool

IsOdd(byte)

public static bool IsOdd(this byte v)

Parameters

v byte

Returns

bool

IsOdd(short)

public static bool IsOdd(this short v)

Parameters

v short

Returns

bool

IsOdd(int)

public static bool IsOdd(this int v)

Parameters

v int

Returns

bool

IsOdd(ushort)

public static bool IsOdd(this ushort v)

Parameters

v ushort

Returns

bool

IsOdd(uint)

public static bool IsOdd(this uint v)

Parameters

v uint

Returns

bool