Click or drag to resize
Accord.NET (logo)

DistributionParameterInfoTryGetRange Method

Tries to get the valid range 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 TryGetRange(
	ParameterInfo parameter,
	out DoubleRange range
)
Request Example View Source

Parameters

parameter
Type: System.ReflectionParameterInfo
range
Type: AccordDoubleRange

Return Value

Type: Boolean
See Also