Click or drag to resize

AnalysisFunctions Class

Note: This API is now obsolete.

No longer used. Please use NMathFunctions.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreNMathFunctions
    CenterSpace.NMath.CoreAnalysisFunctions

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[ObsoleteAttribute("Use NMathFunctions class")]
public class AnalysisFunctions : NMathFunctions

The AnalysisFunctions type exposes the following members.

Constructors
 NameDescription
Public methodAnalysisFunctionsInitializes a new instance of the AnalysisFunctions class
Top
Methods
 NameDescription
Public methodArrayOfRandomNumbers(Int32, Double, Double) Constructs an array of uniformly distributed random numbers whose values lie between the given minimum and maximum values.
(Inherited from NMathFunctions)
Public methodArrayOfRandomNumbers(Int32, Double, Double, Int32) Constructs an array of uniformly distributed random numbers whose values lie between the given minimum and maximum values.
(Inherited from NMathFunctions)
Top
See Also