Click or drag to resize
BooleanStatistics  Conversion (MissingStatistics to BooleanStatistics)
Converts MissingStatistics to boolean statistics.

Namespace: Bio.Distributions
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static implicit operator BooleanStatistics (
	MissingStatistics missing
)

Parameters

missing
Type: Bio.DistributionsMissingStatistics
Object of MissingStatistics to be converted.

Return Value

Type: BooleanStatistics
BooleanStatistics object.
See Also