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.2.419.0 (24.2.419.0)
Syntax public virtual Scalar CreateScalarDerivative(
int order
)
Public Overridable Function CreateScalarDerivative (
order As Integer
) As Scalar
public:
virtual Scalar^ CreateScalarDerivative(
int order
)
abstract CreateScalarDerivative :
order : int -> Scalar
override CreateScalarDerivative :
order : int -> Scalar
Parameters
- order
- Type: SystemInt32
The order of derivative represented by the resultant scalar.
Return Value
Type:
ScalarThe derivative scalar of the specified order.
Exceptions See Also