20 #ifndef SIGNEDRANGEGENOTYPE_H
21 #define SIGNEDRANGEGENOTYPE_H
24 #include "genotypes/doublegenotype.h"
50 SignedRangeGenotype(
unsigned int numGenes = 0,
double max = +1,
unsigned int bitPrecision = 8 );
58 virtual double at(
unsigned int i );
60 virtual void set(
unsigned int i,
double value );
76 static void describe( QString type );