Difference between revisions of "NXSL:typeof"

50 bytes added ,  16:13, 13 September 2022
m
Text replacement - "^" to "{{deprecated}}"
(Created page with "__NOTOC__ Returns the data type for given value. == Syntax == typeof(''value''); == Parameters == :{| |- | ''value'' || Object to get data type for. |} == Return Value...")
 
m (Text replacement - "^" to "{{deprecated}}")
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
{{deprecated}}__NOTOC__
Returns the data type for given value.
Returns the data type for given value.


Line 10: Line 10:
== Parameters ==
== Parameters ==


:{|
:{| class="wikitable"
|-
|-
| ''value'' || Object to get data type for.
| ''value'' || Object to get data type for.
Line 22: Line 22:
* null
* null
* object
* object
* array
* iterator
* string
* string
* real
* real
Line 28: Line 30:
* uint32
* uint32
* uint64
* uint64


== Examples ==
== Examples ==