AnovaTable.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
A String representation of this instance.

Remarks

Use this method to quickly create a text representation of the AnovaTable object.

See Also