Class Extensions
Inheritance
System.Object
Extensions
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()
Assembly: fo-dicom.core.dll
Syntax
public static class Extensions
Methods
IsEven(Byte)
Declaration
public static bool IsEven(this byte v)
Parameters
Type |
Name |
Description |
System.Byte |
v |
|
Returns
Type |
Description |
System.Boolean |
|
IsEven(Int16)
Declaration
public static bool IsEven(this short v)
Parameters
Type |
Name |
Description |
System.Int16 |
v |
|
Returns
Type |
Description |
System.Boolean |
|
IsEven(Int32)
Declaration
public static bool IsEven(this int v)
Parameters
Type |
Name |
Description |
System.Int32 |
v |
|
Returns
Type |
Description |
System.Boolean |
|
IsEven(UInt16)
Declaration
public static bool IsEven(this ushort v)
Parameters
Type |
Name |
Description |
System.UInt16 |
v |
|
Returns
Type |
Description |
System.Boolean |
|
IsEven(UInt32)
Declaration
public static bool IsEven(this uint v)
Parameters
Type |
Name |
Description |
System.UInt32 |
v |
|
Returns
Type |
Description |
System.Boolean |
|
IsNearlyZero(Double)
Declaration
public static bool IsNearlyZero(this double v)
Parameters
Type |
Name |
Description |
System.Double |
v |
|
Returns
Type |
Description |
System.Boolean |
|
IsNearlyZero(Single)
Declaration
public static bool IsNearlyZero(this float v)
Parameters
Type |
Name |
Description |
System.Single |
v |
|
Returns
Type |
Description |
System.Boolean |
|
IsOdd(Byte)
Declaration
public static bool IsOdd(this byte v)
Parameters
Type |
Name |
Description |
System.Byte |
v |
|
Returns
Type |
Description |
System.Boolean |
|
IsOdd(Int16)
Declaration
public static bool IsOdd(this short v)
Parameters
Type |
Name |
Description |
System.Int16 |
v |
|
Returns
Type |
Description |
System.Boolean |
|
IsOdd(Int32)
Declaration
public static bool IsOdd(this int v)
Parameters
Type |
Name |
Description |
System.Int32 |
v |
|
Returns
Type |
Description |
System.Boolean |
|
IsOdd(UInt16)
Declaration
public static bool IsOdd(this ushort v)
Parameters
Type |
Name |
Description |
System.UInt16 |
v |
|
Returns
Type |
Description |
System.Boolean |
|
IsOdd(UInt32)
Declaration
public static bool IsOdd(this uint v)
Parameters
Type |
Name |
Description |
System.UInt32 |
v |
|
Returns
Type |
Description |
System.Boolean |
|