Dictionary.AddDoubleArray Method
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Adds a double-precision floating-point numeric 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 AddDoubleArray ( _ name As String, _ value As Double() _ ) As Boolean |
| C# |
|---|
public bool AddDoubleArray( string name, double[] value ) |
| Visual C++ |
|---|
public: bool AddDoubleArray( String^ name, array<double>^ value ) |
Parameters
- name
- Type: System.String
The name, or key, for the element.
- value
- Type:
System.Double
The initial value of the element.