PointerComparisonT Delegate |
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public delegate int PointerComparison<T>(
T* x,
T* y
)
where T : struct, new()
Parameters
- x
- Type: T*
- y
- Type: T*
Type Parameters
- T
Return Value
Type:
Int32See Also