Click or drag to resize
Accord.NET (logo)

DistributionParameterInfoTryGetDefault Method

Tries to get the default value of a distribution's parameter.

Namespace:  Accord.Statistics.Distributions.Reflection
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static bool TryGetDefault(
	ParameterInfo parameter,
	out double value
)
Request Example View Source

Parameters

parameter
Type: System.ReflectionParameterInfo
value
Type: SystemDouble

Return Value

Type: Boolean
See Also