Class Spectrum
Assembly: TowseyLibrary.dll
Syntax
Constructors
|
Improve this Doc
View Source
Spectrum(Double[], Int32, String)
Declaration
public Spectrum(double[] values, int index, string name)
Parameters
Properties
|
Improve this Doc
View Source
Index
Declaration
public int Index { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
|
Improve this Doc
View Source
Values
Declaration
public double[] Values { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public static string GetHeader(int count)
Parameters
Type |
Name |
Description |
Int32 |
count |
|
Returns
|
Improve this Doc
View Source
SpectrumToCsvString(Int32, Double[])
Declaration
public static string SpectrumToCsvString(int index, double[] values)
Parameters
Returns
Extension Methods