edu.wpi.first.wpilibj.networktables2.type
Class NumberArray

java.lang.Object
  extended by edu.wpi.first.wpilibj.networktables2.type.ComplexData
      extended by edu.wpi.first.wpilibj.networktables2.type.ArrayData
          extended by edu.wpi.first.wpilibj.networktables2.type.NumberArray

public class NumberArray
extends ArrayData

Author:
Mitchell

Field Summary
static ArrayEntryType TYPE
           
 
Constructor Summary
NumberArray()
           
 
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.ArrayData
_add, _set, getAsObject, remove, setSize, size
 
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
 

Field Detail

TYPE

public static final ArrayEntryType TYPE
Constructor Detail

NumberArray

public NumberArray()
Method Detail

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.