Search Results for

    Show / Hide Table of Contents

    Class Sample

    A simple storage class to maintain an individual sampling of data

    Inheritance
    System.Object
    Sample
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.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
    System.Double
    | Improve this Doc View Source

    Time

    The time of the sample

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

    Velocity

    The instantaneous velocity at sample time

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