Dictionary.AddU64 Method
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Adds an unsigned 64-bit integer 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 AddU64 ( _ name As String, _ value As ULong _ ) As Boolean |
| C# |
|---|
public bool AddU64( string name, ulong value ) |
| Visual C++ |
|---|
public: bool AddU64( String^ name, 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.