ValueGst.canIntersect

Determines if intersecting two values will produce a valid result. Two values will produce a valid intersection if they have the same type.

struct ValueGst
static
bool
canIntersect

Parameters

value1 Value

a value to intersect

value2 Value

another value to intersect

Return Value

Type: bool

%TRUE if the values can intersect

Meta