Click or drag to resize
MissingStatisticsTryParse Method
Try Parse the value.

Namespace: Bio.Distributions
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static bool TryParse(
	string val,
	out SufficientStatistics result
)

Parameters

val
Type: SystemString
The Value.
result
Type: Bio.DistributionsSufficientStatistics
Sufficient Statistics result.

Return Value

Type: Boolean
Returns true if parsed properly.
See Also