KMath Class

[Missing <summary> documentation for "T:KLib.Utilities.KMath"]

Definition

Namespace: KLib.Utilities
Assembly: KLib.Utilities (in KLib.Utilities.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class KMath
Inheritance
Object    KMath

Constructors

KMathInitializes a new instance of the KMath class

Methods

Clamp 
CoeffVar 
CumSum 
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FloorToInt 
GeoMean 
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsEven 
IsMultipleOf 
Log2 
Max(Double) 
Max(Int32) 
MaxAbs 
Mean 
MeanSquare 
Median 
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Min 
NextRandomInt 
Permute(Double) 
Permute(Int32) 
Permute(Int32) 
Permute(Int32, Int32) 
RMS 
RMS_dB 
StdDev 
SumOfSquares 
ToStringReturns a string that represents the current object.
(Inherited from Object)
Unique 

See Also