Search Results for

    Show / Hide Table of Contents

    Class Spectrum

    Inheritance
    Object
    Spectrum
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: TowseyLibrary
    Assembly: TowseyLibrary.dll
    Syntax
    public class Spectrum

    Constructors

    | Improve this Doc View Source

    Spectrum(Double[], Int32, String)

    Declaration
    public Spectrum(double[] values, int index, string name)
    Parameters
    Type Name Description
    Double[] values
    Int32 index
    String name

    Properties

    | Improve this Doc View Source

    Index

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Values

    Declaration
    public double[] Values { get; }
    Property Value
    Type Description
    Double[]

    Methods

    | Improve this Doc View Source

    GetHeader(Int32)

    Declaration
    public static string GetHeader(int count)
    Parameters
    Type Name Description
    Int32 count
    Returns
    Type Description
    String
    | Improve this Doc View Source

    SpectrumToCsvString(Int32, Double[])

    Declaration
    public static string SpectrumToCsvString(int index, double[] values)
    Parameters
    Type Name Description
    Int32 index
    Double[] values
    Returns
    Type Description
    String

    Extension Methods

    ObjectExtensions.NotNull(Object)
    ObjectExtensions.AsArray<T>(T)
    ObjectExtensions.AsList<T>(T)
    ObjectExtensions.Wrap<T>(T)
    SystemExtensions.BinarySerialize(Object)
    ConfigFileExtensions.NotNull(Object, FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(Object, String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Object, Nullable<T>, String, Nullable<T>, String, String)
    ExtensionsXml.SerializeObject<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top