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

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

Parameters

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

Return Value

Type: Int32
Integer value representing boolean value.
See Also