Click or drag to resize

BaseOperatorIsApplicable Method

Gets whether the operator can be applied to the given inputs.

Namespace:  VDS.RDF.Query.Operators
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract bool IsApplicable(
	params IValuedNode[] ns
)

Parameters

ns
Type: VDS.RDF.NodesIValuedNode
Inputs.

Return Value

Type: Boolean
True if applicable to the given inputs.

Implements

ISparqlOperatorIsApplicable(IValuedNode)
See Also