get index of a named variable
Namespace: NSS.Blast
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
C#
public int GetVariableIndex(
string variable_name,
bool assert_on_fail = true
)
VB
Public Function GetVariableIndex (
variable_name As String,
Optional assert_on_fail As Boolean = true
) As Integer
C++
public:
int GetVariableIndex(
String^ variable_name,
bool assert_on_fail = true
)
F#
member GetVariableIndex :
variable_name : string *
?assert_on_fail : bool
(* Defaults:
let _assert_on_fail = defaultArg assert_on_fail true
*)
-> int
- variable_name
- Type: System.String
variable name to lookup - assert_on_fail (Optional)
- Type: System.Boolean
assert on failed lookups if true
Type: Int32
variable index into package