ScalarExponent Constructor (Scalar, Scalar) |
Constructs a function which represents a given base raised to some 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 ScalarExponent(
Scalar value,
Scalar exponent
)
Public Sub New (
value As Scalar,
exponent As Scalar
)
public:
ScalarExponent(
Scalar^ value,
Scalar^ exponent
)
new :
value : Scalar *
exponent : Scalar -> ScalarExponent
Parameters
- value
- Type: AGI.Foundation.GeometryScalar
The value to raise to the given exponent. - exponent
- Type: AGI.Foundation.GeometryScalar
The exponent of the power term.
See Also