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

Parameters

missing
Type: Bio.DistributionsMissingStatistics
Missing Statistics

Return Value

Type: GaussianStatistics
Returns the converted type.
See Also