org.omegahat.DataStructures.Data
Interface NumericVariableInt

All Superinterfaces:
VariableInt

public interface NumericVariableInt
extends VariableInt


Method Summary
 double[] getValues()
           
 
Methods inherited from interface org.omegahat.DataStructures.Data.VariableInt
add, add, getName, metaData, numObservations, read, setName, value, values, values
 

Method Detail

getValues

public double[] getValues()