Difference between revisions of "Manuals/calci/N"

From ZCubes Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
==Description==
 
==Description==
 
*This functon gives converted value of a number.
 
*This functon gives converted value of a number.
*In N(x),x is the value to convert in to a number.
+
*In <math> N(x),x</math> is the value to convert in to a number.
 
*The following values are  converted in to a number:
 
*The following values are  converted in to a number:
 
X value                                N returns(Result)
 
X value                                N returns(Result)
A number                            The Same number
+
#A number                            The Same number
Any date in DATE                The Serial number of that date
+
#Any date in DATE                The Serial number of that date
 
function format         
 
function format         
TRUE                                      1
+
#TRUE                                      1
FALSE                                     0
+
#FALSE                                     0
An error value                      Error value
+
#An error value                      Error value
Anything else                          0         
+
#Anything else                          0         
  
 
==Examples==
 
==Examples==

Revision as of 03:17, 1 January 2014

N(x)


  • is the value.


Description

  • This functon gives converted value of a number.
  • In is the value to convert in to a number.
  • The following values are converted in to a number:

X value N returns(Result)

  1. A number The Same number
  2. Any date in DATE The Serial number of that date

function format

  1. TRUE 1
  2. FALSE 0
  3. An error value Error value
  4. Anything else 0

Examples

  1. N(100)=100
  2. N(-154)=-154
  3. N(2/1/1987)=0.001006543
  4. N(TRUE)=1
  5. N(FALSE)=0
  6. N(2/0)=Infinity
  7. N("10/4")=0

See Also

References

Examples


'''''''  ''''

Description


 

This function gives a value converted to a number.


N

 N(V)

where V   is the value which is to be converted.


Column1 Column2 Column3 Column4
Row1 20 20 word 0
Row2 10/31/2008 Fri Oct 31 00:00:00 UTC+0530 2008
Row3
Row4
Row5
Row6

 

Let's see an example in Column1Row1

Let B2 = 20,

I.e.=N(B2) is 20

Let D2 = word

I.e.=N(D2) is 0

Let B3 = 10/31/2008

I.e.=N(B3) is Fri Oct 31 00:00:00 UTC+0530 2008