ContingencyTableCell.Empty Field

Represents the null value of a ContingencyTableCell.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static readonly ContingencyTableCell Empty

Field Value

ContingencyTableCell
The null value of a ContingencyTableCell.

Remarks

Indexers return a ContingencyTableCell structure. If no bin exists for the specified value, ContingencyTableCell.Empty is returned.

See Also