zeus.concepts.fn
Interface PrimitiveNumericFn

All Superinterfaces:
NumericFn
All Known Implementing Classes:
IntFn, RealFn

public interface PrimitiveNumericFn
extends NumericFn


Method Summary
 double doubleValue()
           
 int intValue()
           
 long longValue()
           
 

Method Detail

longValue

public long longValue()

doubleValue

public double doubleValue()

intValue

public int intValue()


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.