Click or drag to resize

ScalarAbsoluteValue Constructor (Scalar)

Constructs a function which represents the absolute value of a given value.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarAbsoluteValue(
	Scalar argument
)

Parameters

argument
Type: AGI.Foundation.GeometryScalar
The argument to the absolute value function.
See Also