Click or drag to resize

ScalarPower Method

Raises this scalar to the given fixed exponent.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Scalar Power(
	double exponent
)

Parameters

exponent
Type: SystemDouble
The exponent in the power term.

Return Value

Type: Scalar
This scalar raised to the given exponent.
See Also