'Declaration
Public Function IsPointerInBounds( _ ByVal pBasePointer As System.Byte, _ ByVal pPointer As System.Byte _ ) As System.Boolean
'Usage
Dim instance As NSeriesData Dim pBasePointer As System.Byte Dim pPointer As System.Byte Dim value As System.Boolean value = instance.IsPointerInBounds(pBasePointer, pPointer)
public System.bool IsPointerInBounds( System.byte* pBasePointer, System.byte* pPointer )
Parameters
- pBasePointer
- pPointer