 | PeakFinderBaseInputData Property |
Gets / Sets the input data. Set nullifies current peak list.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleVector InputData { get; set; }
Public Property InputData As DoubleVector
Get
Set
public:
property DoubleVector^ InputData {
DoubleVector^ get ();
void set (DoubleVector^ value);
}
member InputData : DoubleVector with get, set
Property Value
DoubleVector
See Also