Returns the number nearest the specified value.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
C# |
---|
protected double RoundValue( double value ) |
Visual Basic (Declaration) |
---|
Protected Function RoundValue ( _ value As Double _ ) As Double |
Visual C++ |
---|
protected: double RoundValue( double value ) |
Parameters
- value
- Type: System..::.Double