A PostfixMathCommandI which rounds a number.
Namespace:
SingularSys.Jep.Functions- round(pi) finds the closest integer to the argument
- round(p1,3) rounds the argument to 3 decimal places
Assembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public class Round : PostfixMathCommand |
| Visual Basic (Declaration) |
|---|
Public Class Round _ Inherits PostfixMathCommand |
| Visual C++ |
|---|
public ref class Round : public PostfixMathCommand |
Inheritance Hierarchy
System..::.Object
SingularSys.Jep.Functions..::.PostfixMathCommand
SingularSys.Jep.Functions..::.Round
SingularSys.Jep.Functions..::.PostfixMathCommand
SingularSys.Jep.Functions..::.Round