ScalarDerivative Constructor (Scalar, Int32) |
Initializes a new instance of the
ScalarDerivative class to represent the derivative of a given scalar.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ScalarDerivative(
Scalar scalar,
int order
)
Public Sub New (
scalar As Scalar,
order As Integer
)
public:
ScalarDerivative(
Scalar^ scalar,
int order
)
new :
scalar : Scalar *
order : int -> ScalarDerivative
Parameters
- scalar
- Type: AGI.Foundation.GeometryScalar
The original scalar. The new scalar will represent the derivative of this scalar. - order
- Type: SystemInt32
The order of the derivative of the scalar to represent with this object.
See Also