Show / Hide Table of Contents

    Interface IGyroscopeDatum

    Inherited Members
    IDatum.Id
    IDatum.DeviceId
    IDatum.Timestamp
    IDatum.ProtocolId
    IDatum.ParticipantId
    IDatum.DeviceManufacturer
    IDatum.DeviceModel
    IDatum.OperatingSystem
    Namespace: Sensus.Probes.Movement
    Assembly: Sensus.Shared.NuGet.dll
    Syntax
    public interface IGyroscopeDatum : IDatum

    Properties

    X

    Declaration
    double X { get; set; }
    Property Value
    Type Description
    System.Double

    Y

    Declaration
    double Y { get; set; }
    Property Value
    Type Description
    System.Double

    Z

    Declaration
    double Z { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX