edu.wpi.first.wpilibj
Class AccumulatorResult
java.lang.Object
   edu.wpi.first.wpilibj.AccumulatorResult
edu.wpi.first.wpilibj.AccumulatorResult
- public class AccumulatorResult 
- extends Object
Structure for holding the values stored in an accumulator
- Author:
- brad
| Field Summary | 
|  long | countThe number of sample vaule was accumulated over
 | 
|  long | valueThe total value accumulated
 | 
 
 
 
 
value
public long value
- The total value accumulated
 
 
count
public long count
- The number of sample vaule was accumulated over
 
 
AccumulatorResult
public AccumulatorResult()
"For updated information see the Java FRC site"