Click or drag to resize
SufficientStatisticsTryParse Method
Try converting the given string into SufficientStatistics object.

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
string to be converted.
result
Type: Bio.DistributionsSufficientStatistics
SufficentStatistics object which corresponding to the given string.

Return Value

Type: Boolean
Whether string was successfully converted.
See Also