Models a function which has a Scalar as output.
Inheritance Hierarchy
Object | ||||
VisitableBase | ||||
AlgebraicExpression | ||||
Scalar | ||||
ScalarFunction |
Assembly: Epic.Query
Declaration Syntax
C# |
[SerializableAttribute] public abstract class ScalarFunction : Scalar, IEquatable<ScalarFunction>
Members
All Members | Constructors | Methods | Properties | ||
Member | Description | |
---|---|---|
ScalarFunction(String) |
Initializes a new instance of the ScalarFunction class.
| |
Equals(Scalar) |
Determines whether the specified Scalar is equal to the current ScalarFunction.
(Overrides Scalar.Equals(Scalar).) | |
Equals(ScalarFunction) |
Determines whether the specified ScalarFunction is equal to the current ScalarFunction.
| |
GetHashCode()()()() |
Serves as a hash function for a ScalarFunction object.
(Overrides Scalar.GetHashCode()()()().) | |
Name |
Gets the function name.
|
Exceptions
Exception | Condition |
---|---|
ArgumentNullException |
Is thrown when the argument null exception.
|