Click or drag to resize
StatisticsList  Conversion (MissingStatistics to StatisticsList)
Missing Statistics to Statistics List 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 StatisticsList (
	MissingStatistics missing
)

Parameters

missing
Type: Bio.DistributionsMissingStatistics
Missing Statistics.

Return Value

Type: StatisticsList
Returns the converted type.
See Also