Show / Hide Table of Contents

Struct AnalogAccumulator.AccumulatorOutput

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, Object)
Namespace: WPILib
Assembly: WPILibSharp.dll
Syntax
public struct AccumulatorOutput

Constructors

| Improve this Doc View Source

AccumulatorOutput(Int64, Int64)

Declaration
public AccumulatorOutput(long count, long value)
Parameters
Type Name Description
Int64 count
Int64 value

Properties

| Improve this Doc View Source

Count

Declaration
public long Count { get; }
Property Value
Type Description
Int64
| Improve this Doc View Source

Value

Declaration
public long Value { get; }
Property Value
Type Description
Int64
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet