Click or drag to resize
DiscreteStatistics  Conversion (DiscreteStatistics to Int32)
Discrete Statistics to Int converter.

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

Parameters

stats
Type: Bio.DistributionsDiscreteStatistics
Discrete Statistics.

Return Value

Type: Int32
Returns the converted type.
See Also