Returns true if the data supplied at construction time was shifted to be zero-centered.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public bool IsCentered { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsCentered As Boolean
Visual C++
public:
property bool IsCentered {
	bool get ();
}

See Also