Abs function for values, just for completeness

Namespace: VVVV.Utils.VMath
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public static double Abs(
	double a
)

Parameters

a
Type: System..::..Double

[Missing <param name="a"/> documentation for "M:VVVV.Utils.VMath.VMath.Abs(System.Double)"]

Return Value

New value with the absolut value of a

See Also