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
vbyte
Returns
IsEven(short)
public static bool IsEven(this short v)
Parameters
vshort
Returns
IsEven(int)
public static bool IsEven(this int v)
Parameters
vint
Returns
IsEven(ushort)
public static bool IsEven(this ushort v)
Parameters
vushort
Returns
IsEven(uint)
public static bool IsEven(this uint v)
Parameters
vuint
Returns
IsNearlyZero(double)
public static bool IsNearlyZero(this double v)
Parameters
vdouble
Returns
IsNearlyZero(float)
public static bool IsNearlyZero(this float v)
Parameters
vfloat
Returns
IsOdd(byte)
public static bool IsOdd(this byte v)
Parameters
vbyte
Returns
IsOdd(short)
public static bool IsOdd(this short v)
Parameters
vshort
Returns
IsOdd(int)
public static bool IsOdd(this int v)
Parameters
vint
Returns
IsOdd(ushort)
public static bool IsOdd(this ushort v)
Parameters
vushort
Returns
IsOdd(uint)
public static bool IsOdd(this uint v)
Parameters
vuint