| BooleanStatistics  Conversion (Boolean to BooleanStatistics) | 
            Converts boolean value to boolean statistics.
            
 
Namespace: Bio.DistributionsAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic static implicit operator BooleanStatistics (
	bool classification
)
Public Shared Widening Operator CType ( 
	classification As Boolean
) As BooleanStatistics
static implicit operator BooleanStatistics^ (
	bool classification
)
F# does not support the declaration of new casting operators.
Parameters
- classification
 - Type: SystemBoolean
Boolean value to be converted. 
Return Value
Type: 
BooleanStatisticsConverted value.
See Also