Dictionary.AddI64Array Method
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Adds a signed 64-bit integer array element to the dictionary.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function AddI64Array ( _ name As String, _ value As Long() _ ) As Boolean |
| C# |
|---|
public bool AddI64Array( string name, long[] value ) |
| Visual C++ |
|---|
public: bool AddI64Array( String^ name, array<long long>^ value ) |
Parameters
- name
- Type: System.String
The name, or key, for the element.
- value
- Type:
System.Int64
The initial value of the element.