|
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)
Syntaxpublic static string checkTRange(
List<double> ts
)
Public Shared Function checkTRange (
ts As List(Of Double)
) As String
public:
static String^ checkTRange(
List<double>^ ts
)
static member checkTRange :
ts : List<float> -> string
Parameters
- ts
- Type: System.Collections.GenericListDouble
T-Values to range check.
Return Value
Type:
Stringnon-empty error message string in case of out of range error.
See Also