edu.wpi.first.wpilibj
Class AccumulatorResult
java.lang.Object
edu.wpi.first.wpilibj.AccumulatorResult
public class AccumulatorResult
- extends Object
Structure for holding the values stored in an accumulator
- Author:
- brad
Field Summary |
long |
count
The number of sample vaule was accumulated over |
long |
value
The 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()
Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.