Gets the array of means.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public double[] Lambdas { get; internal set; }
Visual Basic (Declaration)
Public Property Lambdas As Double()
Visual C++
public:
property array<double>^ Lambdas {
	array<double>^ get ();
	void set (array<double>^ value);
}

See Also