Full Library / Math Operator / Transform / Basic / FixToDouble
Block Name: FixToDouble
- public class FixToDouble
- extends Converter
- This actor converts a FixToken into a DoubleToken. This conversion is explicitly provided because there is no lossless conversion between these two types in the type lattice, and thus the type system does not do this conversion automatically. Although the conversion might be lossless, a FixToken can, in principle, have arbitrary precision, and thus can exceed the capabilities of a double.
- See Also:
- VisualSim.data.FixToken
Created with the Personal Edition of HelpNDoc: Free help authoring environment