/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package datapath.graph.operations.constValue; /** * * @author jh */ public class FixedPointValue extends Value<Float> { @Override public String toHex() { throw new UnsupportedOperationException("Not supported yet."); } }