Struct AnalogAccumulator.AccumulatorOutput
Inherited Members
Namespace: WPILib
Assembly: WPILibSharp.dll
Syntax
public struct AccumulatorOutput
Constructors
| Improve this Doc View SourceAccumulatorOutput(Int64, Int64)
Declaration
public AccumulatorOutput(long count, long value)
Parameters
| Type | Name | Description |
|---|---|---|
| Int64 | count | |
| Int64 | value |
Properties
| Improve this Doc View SourceCount
Declaration
public long Count { get; }
Property Value
| Type | Description |
|---|---|
| Int64 |
Value
Declaration
public long Value { get; }
Property Value
| Type | Description |
|---|---|
| Int64 |