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