Abs Method (Single)

Project Mercury API

[This is preliminary documentation and is subject to change.]

Assigns 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 void Abs(
	ref float value
)
Visual Basic (Declaration)
Public Shared Sub Abs ( _
	ByRef value As Single _
)
Visual C++
public:
static void Abs(
	float% value
)

Parameters

value
Type: System..::.Single %
Source value.

See Also