This is the base class for all scalar types.
Inheritance Hierarchy
Assembly: Epic.Query
Declaration Syntax
C# |
[SerializableAttribute] public abstract class Scalar : AlgebraicExpression, IEquatable<Scalar>
Members
All Members | Methods | Properties | |||
Member | Description | |
---|---|---|
Equals(Object) |
Determines whether the specified Object is equal to the current Scalar.
(Overrides Object.Equals(Object).) | |
Equals(Scalar) |
Determines whether the specified Scalar is equal to the current Scalar.
| |
GetHashCode()()()() |
Serves as a hash function for a Scalar object.
(Overrides Object.GetHashCode()()()().) | |
Type |
Gets the type.
|