Search Results for

    Show / Hide Table of Contents

    Class Sample

    A simple storage class to maintain an individual sampling of data

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

    Properties

    | Improve this Doc View Source

    Position

    The position at sample time

    Declaration
    public double Position { get; set; }
    Property Value
    Type Description
    Double
    | Improve this Doc View Source

    Time

    The time of the sample

    Declaration
    public DateTime Time { get; set; }
    Property Value
    Type Description
    DateTime
    | Improve this Doc View Source

    Velocity

    The instantaneous velocity at sample time

    Declaration
    public double Velocity { get; set; }
    Property Value
    Type Description
    Double
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX