







|
| Project Mercury API Reference |
| Calculator..::.Abs Method (Single) |
| Calculator Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Returns the absolute value of a single precision floating point number.
Namespace:
ProjectMercury
Assembly:
ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0
Syntax
| C# |
|---|
public static float Abs( float value ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Abs ( _ value As Single _ ) As Single |
| Visual C++ |
|---|
public: static float Abs( float value ) |
Parameters
- value
- Type: System..::.Single
Source value.
