Scalar |
public class ScalarFunctionDDExpression : IScalarFunctionDD, IImmutable, IEquatable<ScalarFunctionDDExpression>
The ScalarFunctionDDExpression type exposes the following members.
Name | Description | |
---|---|---|
ScalarFunctionDDExpression | Initializes a new instance of the ScalarFunctionDDExpression class |
Name | Description | |
---|---|---|
Expression | Gets the expression. |
Name | Description | |
---|---|---|
Evaluate | ||
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
System.Math is in the usings, thus functions like Sqrt, Sin, Abs can be used without prepending System.Math.
References: https://github.com/dotnet/roslyn/blob/main/docs/wiki/Scripting-API-Samples.md