Fork me on GitHubEpicdominant domains
APIEpic.Query.Relational.PredicatesPredicateExtensionGreater(Scalar, Scalar)

Greater Method (scalar, other)
Produce an Greater(Scalar, Scalar) predicate for the specified scalar and other.

Assembly: Epic.Query

Declaration Syntax
C#
public static Greater Greater(
	this Scalar scalar,
	Scalar other
)
Parameters
scalar (Scalar)
Scalar.
other (Scalar)
Another scalar.
Return Value
A Greater(Scalar, Scalar) predicate for the specified scalar.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type Scalar. When you use instance method syntax to call this method, omit the first parameter.
Exceptions
ExceptionCondition
ArgumentNullExceptionscalar or other is nullNothingnullptr
blog comments powered by Disqus