Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: functionalserver - Tool Up: functionals - Module Previous: functionals - Module


is_functional - Function



Package utility
Module functionals


Check if functional


Synopsis
is_functional(v)


Arguments

v in value to be tested
    Allowed: any


Returns
Bool


Description
Checks if the operand is a correct functional



Example
- a := dfs.gaussian1d()         # make a functional
- is_functional(a)              # is it one?
T 
- a.done()
T 
- is_functional(a)
F 
-





next up previous contents index
Next: functionalserver - Tool Up: functionals - Module Previous: functionals - Module   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15