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)
Syntaxpublic 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: System.Double
The exponent in the power term.
Return Value
Type:
ScalarThis scalar raised to the given exponent.
See Also