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
IsEven(short)
public static bool IsEven(this short v)
Parameters
v
short
Returns
IsEven(int)
public static bool IsEven(this int v)
Parameters
v
int
Returns
IsEven(ushort)
public static bool IsEven(this ushort v)
Parameters
v
ushort
Returns
IsEven(uint)
public static bool IsEven(this uint v)
Parameters
v
uint
Returns
IsNearlyZero(double)
public static bool IsNearlyZero(this double v)
Parameters
v
double
Returns
IsNearlyZero(float)
public static bool IsNearlyZero(this float v)
Parameters
v
float
Returns
IsOdd(byte)
public static bool IsOdd(this byte v)
Parameters
v
byte
Returns
IsOdd(short)
public static bool IsOdd(this short v)
Parameters
v
short
Returns
IsOdd(int)
public static bool IsOdd(this int v)
Parameters
v
int
Returns
IsOdd(ushort)
public static bool IsOdd(this ushort v)
Parameters
v
ushort
Returns
IsOdd(uint)
public static bool IsOdd(this uint v)
Parameters
v
uint