![]() | Double |
The DoubleFunctional type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition(Double, DoubleFunctional) | Functional scalar addition operator. Returns a functional representing the sum of a functional and a scalar. |
![]() ![]() | Addition(DoubleFunctional, DoubleFunctional) | Functional addition operator. Returns a functional which is the sum of two functionals. |
![]() ![]() | Addition(DoubleFunctional, Double) | Functional scalar addition operator. Returns a functional representing the sum of a functional and a scalar. |
![]() ![]() | Division(DoubleFunctional, Double) | Functional scalar division operator. Returns a functional representing the quotient of a functional by a scalar. |
![]() ![]() | Multiply(Double, DoubleFunctional) | Functional scalar multiplication operator. Returns a functional representing the product of a functional and a scalar. |
![]() ![]() | Multiply(DoubleFunctional, Double) | Functional scalar multiplication operator. Returns a functional representing the product of a functional and a scalar. |
![]() ![]() | Subtraction(Double, DoubleFunctional) | Functional scalar subtraction operator. Returns a functional representing the difference of a functional and a scalar. |
![]() ![]() | Subtraction(DoubleFunctional, DoubleFunctional) | Functional subtraction operator. Returns a functional which is the difference of two functionals. |
![]() ![]() | Subtraction(DoubleFunctional, Double) | Functional scalar subtraction operator. Returns a functional representing the difference of a functional and a scalar. |
![]() ![]() | UnaryNegation(DoubleFunctional) | Negation operator. |