C# Class TrakHound.Tools.Math_Functions

Exibir arquivo Open project: TrakHound/TrakHound-Community

Public Methods

Method Description
GetMedian ( double vals ) : double
IsOdd ( int val ) : bool
StdDev ( this vals ) : double

Method Details

GetMedian() public static method

public static GetMedian ( double vals ) : double
vals double
return double

IsOdd() public static method

public static IsOdd ( int val ) : bool
val int
return bool

StdDev() public static method

public static StdDev ( this vals ) : double
vals this
return double