Changes

72 bytes added ,  21:53, 9 August 2018
no edit summary
Line 1: Line 1:  
=TYPE(SomeInputValue)=
 
=TYPE(SomeInputValue)=
 
+
<div style="font-size:30px">'''TYPE (InputValue) '''</div><br/>
*where, <math>SomeInputValue</math> is an input value.  
+
*where, <math>InputValue</math> is an input value.  
 
+
**TYPE(), returns a number indicating the data type of a value.
TYPE() displays the type of input value.
      
== Description ==
 
== Description ==
TYPE(SomeInputValue)
+
TYPE(InputValue)
 
   
*TYPE() function can be used when the behavior of some function depends on the type of particular input value.
 
*TYPE() function can be used when the behavior of some function depends on the type of particular input value.
*Argument <math>SomeInputValue</math> can be a number, text, a logical value, array etc.
+
*Argument <math>InputValue</math> can be a number, text, a logical value, array etc.
 
*Below table shows the 'Return Type' with respect to the values:
 
*Below table shows the 'Return Type' with respect to the values:
  
writer
6,694

edits