Difference between revisions of "Data 1 0-decimalRound"

From ADF Docs
Jump to: navigation, search
Line 4: Line 4:
 
public numeric <strong>decimalRound</strong> ( numeric numberToRound, numeric numberOfPlaces )
 
public numeric <strong>decimalRound</strong> ( numeric numberToRound, numeric numberOfPlaces )
  
== Parameters ==
+
== Parameters ==  
  
Parameters
+
<table id="lib-params">
 +
<tr class="header">
 +
<td>Required</td>
 +
<td>Name</td>
 +
<td>Type</td>
 +
<td>Description</td>
 +
</tr>
 +
 +
 +
<tr>
 +
 +
<td class="required">required</td>
 +
 +
<td>numberToRound</td>
 +
<td>numeric</td>
 +
<td></td>
 +
</tr>
 +
 +
<tr>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>numberOfPlaces</td>
 +
<td>numeric</td>
 +
<td></td>
 +
</tr>
 +
 +
</table>

Revision as of 03:38, 24 March 2010

Description

Signature

public numeric decimalRound ( numeric numberToRound, numeric numberOfPlaces )

Parameters

Required Name Type Description
required numberToRound numeric
  numberOfPlaces numeric