Click or drag to resize

UtilscheckTRange Method

Check whether all given values are 0 smaller than t smaller than 1.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static string checkTRange(
	List<double> ts
)

Parameters

ts
Type: System.Collections.GenericListDouble
T-Values to range check.

Return Value

Type: String
non-empty error message string in case of out of range error.
See Also