Click or drag to resize

ScalarCreateScalarDerivative Method

Constructs a scalar which represents a derivative of this 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 virtual Scalar CreateScalarDerivative(
	int order
)

Parameters

order
Type: SystemInt32
The order of derivative represented by the resultant scalar.

Return Value

Type: Scalar
The derivative scalar of the specified order.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when order is less than zero.
See Also