[Missing <summary> documentation for "M:Karamba.Utilities.Utils.CheckTRange(System.Collections.Generic.List{System.Single},System.Single,System.Single,System.Boolean)"]
public static string CheckTRange(
List<float> ts,
float min = 0f,
float max = 1f,
bool throw = false
)
Public Shared Function CheckTRange (
ts As List(Of Single),
Optional min As Single = 0F,
Optional max As Single = 1F,
Optional throw As Boolean = false
) As String
public:
static String^ CheckTRange(
List<float>^ ts,
float min = 0f,
float max = 1f,
bool throw = false
)
static member CheckTRange :
ts : List<float32> *
?min : float32 *
?max : float32 *
?throw : bool
(* Defaults:
let _min = defaultArg min 0f
let _max = defaultArg max 1f
let _throw = defaultArg throw false
*)
-> string
[Missing <param name="ts"/> documentation for "M:Karamba.Utilities.Utils.CheckTRange(System.Collections.Generic.List{System.Single},System.Single,System.Single,System.Boolean)"]
[Missing <param name="min"/> documentation for "M:Karamba.Utilities.Utils.CheckTRange(System.Collections.Generic.List{System.Single},System.Single,System.Single,System.Boolean)"]
[Missing <param name="max"/> documentation for "M:Karamba.Utilities.Utils.CheckTRange(System.Collections.Generic.List{System.Single},System.Single,System.Single,System.Boolean)"]
[Missing <param name="throw"/> documentation for "M:Karamba.Utilities.Utils.CheckTRange(System.Collections.Generic.List{System.Single},System.Single,System.Single,System.Boolean)"]
[Missing <returns> documentation for "M:Karamba.Utilities.Utils.CheckTRange(System.Collections.Generic.List{System.Single},System.Single,System.Single,System.Boolean)"]