edu.wpi.first.wpilibj.networktables2.type
Class NumberArray
java.lang.Object
edu.wpi.first.wpilibj.networktables2.type.ComplexData
edu.wpi.first.wpilibj.networktables2.type.ArrayData
edu.wpi.first.wpilibj.networktables2.type.NumberArray
public class NumberArray
- extends ArrayData
- Author:
- Mitchell
Method Summary |
void |
add(double value)
|
double |
get(int index)
|
void |
set(int index,
double value)
|
Methods inherited from class edu.wpi.first.wpilibj.networktables2.type.ComplexData |
getType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final ArrayEntryType TYPE
NumberArray
public NumberArray()
get
public double get(int index)
set
public void set(int index,
double value)
add
public void add(double value)
Copyright © 2013. All rights reserved.