Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public ScalarDerivative(
	Scalar scalar,
	int order
)

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