AnovaRow.ToString Method

Returns a String representation of this instance.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override string ToString()

Return Value

String
The following properties, separated by spaces: Caption, SumOfSquares, DegreesOfFreedom, and MeanSquare.

See Also