Click or drag to resize
ContinuousStatisticsTryParse Method
Try Parse.

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
Value String.
result
Type: Bio.DistributionsSufficientStatistics
Sufficient Statistics.

Return Value

Type: Boolean
Return true in parsed properly.
See Also