Dictionary.AddU64Array Method
- Updated2023-02-21
- 2 minute(s) read
Adds an unsigned 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)
Syntax
Visual Basic (Declaration) |
---|
Public Function AddU64Array ( _ name As String, _ value As ULong() _ ) As Boolean |
C# |
---|
public bool AddU64Array( string name, ulong[] value ) |
Visual C++ |
---|
public: bool AddU64Array( String^ name, array<unsigned long long>^ value ) |
Parameters
- name
- Type: System.String
The name, or key, for the element.
- value
- Type:
System.UInt64
The initial value of the element.