| BooleanStatistics Type Conversions |
| Name | Description | |
|---|---|---|
| (BooleanStatistics to Int32) |
Converts boolean statistics to integer.
| |
| (DiscreteStatistics to BooleanStatistics) |
Converts Discrete statistics to boolean statistics.
| |
| (Boolean to BooleanStatistics) |
Converts boolean value to boolean statistics.
| |
| (BooleanStatistics to Boolean) |
Converts boolean statistics to boolean value.
| |
| (BooleanStatistics to DiscreteStatistics) |
Converts BooleanStatistics to DiscreteStatistics.
| |
| (MissingStatistics to BooleanStatistics) |
Converts MissingStatistics to boolean statistics.
|