| |
isinteger
Format:
isinteger ( value ) |
Purpose:
Checks whether a value is an integer.
The value can be of any type but must be declared in case of a
variable or object field.
Return Values:
Returns true if and only if value is of type integer, otherwise false.
Example:
input: | resulting output:
|
<? isinteger(128)> | true |
<? isinteger(128.39)> | false |
<? isinteger("256")> | false |
<? isinteger("256.42")> | false |
<? isinteger(0)> | true |
See Also:
isbool(), isreal(), isstring(), istuple().
This page was dynamically generated by the
web application development tool RADpage
of H.E.I.
H.E.I. provides support, tools, and services like
Webdesign in Mannheimm,
the HTML/CSS 3D WebGL Animation Library taccgl,
3D Webdesign, and
3D Product ConfiguratorDemo
(3D Produkt Konfigurator Demo in German).
© 1996-2025 H.E.I. All Rights Reserved.
|