BooleanStatistics Conversion (BooleanStatistics to Int32) |
Converts boolean statistics to integer.
Namespace: Bio.DistributionsAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static explicit operator int (
BooleanStatistics stats
)
Public Shared Narrowing Operator CType (
stats As BooleanStatistics
) As Integer
static explicit operator int (
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:
Int32Integer value representing boolean value.
See Also