Handbook
Glossary
CFNumberGetValue ( number theType valuePtr -- Boolean )
Vocabulary
core-foundation
.
numbers
Inputs
number
an
object
theType
an
object
valuePtr
an
object
Outputs
Boolean
an
object
Definition
USING:
alien.c-types
alien.syntax
core-foundation
;
IN:
core-foundation.numbers
FUNCTION:
Boolean
CFNumberGetValue
(
CFNumberRef
number,
CFNumberType
theType, void* valuePtr )