Returns true if the <TypeInformation> sample pointer submitted to this function is derived from the <TypeInformation> rule pointer submitted to this function.
int32 IsDerived( TypeInformation p_oTypeInfoSample, TypeInformation p_oTypeInfoRule )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| TypeInformation | p_oTypeInfoSample | A <TypeInformation> pointer of the type you wish to test. |
| TypeInformation | p_oTypeInfoRule | A <TypeInformation> pointer representing the rule you wish to test against. |
None published. Please look for an example in the Simdify Scripting Language code base.