Returns true if the specified <Type> pointer is derived from either of the specified <TypeInformation> pointers.
int32 IsBinary( Type p_oType, TypeInformation p_oTypeInfoA, TypeInformation p_oTypeInfoB )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Type> | p_oType | A pointer to any object derived from <Type>. |
| TypeInformation | p_oTypeInfoA | A <TypeInformation> pointer that specifies the first type. |
| TypeInformation | p_oTypeInfoB | A <TypeInformation> pointer that specifies the second type. |
None published. Please look for an example in the Simdify Scripting Language code base.