org.formulacompiler.runtime
Annotation Type ScaledLong


@Retention(value=RUNTIME)
public @interface ScaledLong

Indicates to AFC that a long value is scaled.

See the tutorial for details.

Author:
peo
See Also:
ScaledLongSupport

Required Element Summary
 int value
          Indicates the scale used in the number.
 

Element Detail

value

public abstract int value
Indicates the scale used in the number.