Click or drag to resize

Scalar.Power Method

Raises this scalar to the given fixed exponent.

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

Parameters

exponent
Type: System.Double
The exponent in the power term.

Return Value

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