Click or drag to resize
BooleanStatistics  Conversion (DiscreteStatistics to BooleanStatistics)
Converts Discrete statistics 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 explicit operator BooleanStatistics (
	DiscreteStatistics stats
)

Parameters

stats
Type: Bio.DistributionsDiscreteStatistics
Object of discrete statistics to be converted.

Return Value

Type: BooleanStatistics
Boolean statistics representing DiscreteStatistics
See Also