Raises this scalar to the given fixed exponent.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Scalar Power(
double exponent
)
Public Function Power (
exponent As Double
) As Scalar
public:
Scalar^ Power(
double exponent
)
member Power :
exponent : float -> Scalar
Parameters
- exponent
- Type: SystemDouble
The exponent in the power term.
Return Value
Type:
ScalarThis scalar raised to the given exponent.
See Also