Scalar.CreateScalarDerivative 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.Int32
The order of derivative represented by the resultant scalar.
Return Value
Type:
ScalarThe derivative scalar of the specified order.
Exceptions
See Also