[Gregor.Core.Mat]

Gregor.Core.Mat

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public static class Gregor.Core.Mat

Custom Attributes: Gregor.Core.Module()

Description: 


Members

Mat

static private Mat()

Custom Attributes: 

Description: 

Mat

public Mat()

Custom Attributes: 

Description: 

PowerOf2

static public System.Int64[] PowerOf2

Custom Attributes: 

Description: 

UPowerOf2

static public System.UInt64[] UPowerOf2

Custom Attributes: 

Description: 

Add

static public System.Int32 Add(params System.Int32[] values)

Custom Attributes: 
values - System.ParamArray()

Description: 

Add

static public System.Double Add(params System.Double[] values)

Custom Attributes: 
values - System.ParamArray()

Description: 

Average

static public System.Int32 Average(params System.Int32[] values)

Custom Attributes: 
values - System.ParamArray()

Description: 

Average

static public System.Double Average(params System.Double[] values)

Custom Attributes: 
values - System.ParamArray()

Description: 

Decrement

static public System.Int32 Decrement(System.Int32 value)

Custom Attributes: 

Description: 

Decrement

static public System.Int32 Decrement(System.Int32 value, System.Int32 delta)

Custom Attributes: 

Description: 

Divide

static public System.Int32 Divide(System.Int32 v1, System.Int32 v2)

Custom Attributes: 

Description: 

Divide

static public System.Double Divide(System.Double v1, System.Double v2)

Custom Attributes: 

Description: 

Increment

static public System.Int32 Increment(System.Int32 value)

Custom Attributes: 

Description: 

Increment

static public System.Int32 Increment(System.Int32 value, System.Int32 delta)

Custom Attributes: 

Description: 

IsApprox

static public System.Boolean IsApprox(System.UInt32 value, System.UInt32 spec, System.UInt32 tolerance)

Custom Attributes: 

Description: 

IsApprox

static public System.Boolean IsApprox(System.UInt16 value, System.UInt16 spec, System.UInt16 tolerance)

Custom Attributes: 

Description: 

IsApprox

static public System.Boolean IsApprox(System.Int64 value, System.Int64 spec, System.Int64 tolerance)

Custom Attributes: 

Description: 

IsApprox

static public System.Boolean IsApprox(System.UInt64 value, System.UInt64 spec, System.UInt64 tolerance)

Custom Attributes: 

Description: 

IsApprox

static public System.Boolean IsApprox(System.Int32 value, System.Int32 spec, System.Int32 tolerance)

Custom Attributes: 

Description: 

IsApprox

static public System.Boolean IsApprox(System.Int16 value, System.Int16 spec, System.Int16 tolerance)

Custom Attributes: 

Description: 

MakeBetween

static public System.Int64 MakeBetween(System.Int64 min, System.Int64 max, System.Int64 value)

Custom Attributes: 

Description: 

MakeBetween

static public System.Int32 MakeBetween(System.Int32 min, System.Int32 max, System.Int32 value)

Custom Attributes: 

Description: 

MakeBetween

static public System.Int16 MakeBetween(System.Int16 min, System.Int16 max, System.Int16 value)

Custom Attributes: 

Description: 

MakeBetween

static public System.UInt64 MakeBetween(System.UInt64 min, System.UInt64 max, System.UInt64 value)

Custom Attributes: 

Description: 

MakeBetween

static public System.UInt32 MakeBetween(System.UInt32 min, System.UInt32 max, System.UInt32 value)

Custom Attributes: 

Description: 

MakeBetween

static public System.UInt16 MakeBetween(System.UInt16 min, System.UInt16 max, System.UInt16 value)

Custom Attributes: 

Description: 

Max

static public System.UInt64 Max(System.UInt64 a, System.UInt64 b)

Custom Attributes: 

Description: 

Max

static public System.UInt32 Max(System.UInt32 a, System.UInt32 b)

Custom Attributes: 

Description: 

Max

static public System.Int32 Max(System.Int32 a, System.Int32 b)

Custom Attributes: 

Description: 

Max

static public System.Int64 Max(System.Int64 a, System.Int64 b)

Custom Attributes: 

Description: 

Max<>

static public T Max(T a, T b)

Custom Attributes: 

Description: 

Max

static public System.Int16 Max(System.Int16 a, System.Int16 b)

Custom Attributes: 

Description: 

Max

static public System.UInt16 Max(System.UInt16 a, System.UInt16 b)

Custom Attributes: 

Description: 

Max2<>

static public T Max2(T a, T b)

Custom Attributes: 

Description: 

Min

static public System.Int16 Min(System.Int16 a, System.Int16 b)

Custom Attributes: 

Description: 

Min<>

static public T Min(T a, T b)

Custom Attributes: 

Description: 

Min

static public System.Int32 Min(System.Int32 a, System.Int32 b)

Custom Attributes: 

Description: 

Min

static public System.UInt32 Min(System.UInt32 a, System.UInt32 b)

Custom Attributes: 

Description: 

Min

static public System.UInt16 Min(System.UInt16 a, System.UInt16 b)

Custom Attributes: 

Description: 

Min

static public System.Int64 Min(System.Int64 a, System.Int64 b)

Custom Attributes: 

Description: 

Min

static public System.UInt64 Min(System.UInt64 a, System.UInt64 b)

Custom Attributes: 

Description: 

Min2<>

static public T Min2(T a, T b)

Custom Attributes: 

Description: 

Modulus

static public System.Int32 Modulus(System.Int32 v1, System.Int32 v2)

Custom Attributes: 

Description: 

Multiply

static public System.Double Multiply(System.Double v1, System.Double v2)

Custom Attributes: 

Description: 

Multiply

static public System.Int32 Multiply(System.Int32 v1, System.Int32 v2)

Custom Attributes: 

Description: 

Rollover

static public System.Int32 Rollover(System.Int32 index, System.Int32 count, System.Boolean fReverse)

Custom Attributes: 

Description: 

Rollover

static public System.Int32 Rollover(System.Int32 index, System.Collections.ICollection col, System.Boolean fReverse)

Custom Attributes: 

Description: 

Substract

static public System.Double Substract(System.Double v1, System.Double v2)

Custom Attributes: 

Description: 

Substract

static public System.Int32 Substract(System.Int32 v1, System.Int32 v2)

Custom Attributes: 

Description: 

Swap<>

static public void Swap(ref T a, ref T b)

Custom Attributes: 

Description: 

Swap

static public void Swap(ref System.UInt64 a, ref System.UInt64 b)

Custom Attributes: 

Description: 

Swap

static public void Swap(ref System.UInt32 a, ref System.UInt32 b)

Custom Attributes: 

Description: 

Swap

static public void Swap(ref System.UInt16 a, ref System.UInt16 b)

Custom Attributes: 

Description: 

Swap

static public void Swap(ref System.Int32 a, ref System.Int32 b)

Custom Attributes: 

Description: 

Swap

static public void Swap(ref System.Int16 a, ref System.Int16 b)

Custom Attributes: 

Description: 

Swap

static public void Swap(ref System.Int64 a, ref System.Int64 b)

Custom Attributes: 

Description: 


See Also

Gregor.Core.ModuleAttribute

System.Object

T

System.Collections.ICollection

System.Boolean

System.Double

System.Int16

System.Int32

System.Int64

System.UInt16

System.UInt32

System.UInt64

System.Void