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

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

Parameters

stats
Type: Bio.DistributionsBooleanStatistics
Boolean statistics to be converted.

Return Value

Type: Boolean
Converted value.
See Also