Click or drag to resize
BooleanStatistics  Conversion (Boolean to BooleanStatistics)
Converts boolean value 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 (
	bool classification
)

Parameters

classification
Type: SystemBoolean
Boolean value to be converted.

Return Value

Type: BooleanStatistics
Converted value.
See Also