ContingencyTableCell.Empty Field

Represents the null value of a ContingencyTableCell.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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