Returns true if the parent type matches either type submitted to this function. Subclasses constitute valid matches.
int32 IsParentTypeBinary( TypeInformation a, TypeInformation b )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| TypeInformation | a | The first possible parent type. |
| TypeInformation | b | The second possible parent type. |
None published. Please look for an example in the Simdify Scripting Language code base.