ImportedDoubleValueArray.Offset Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets or sets the amount by which channel values are offset along the y-axis.
Namespace:
NationalInstruments.VeriStand.DataAssembly: NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property Offset As Double |
| C# |
|---|
public double Offset { get; set; } |
| Visual C++ |
|---|
public: property double Offset { double get (); void set (double value); } |