VbPointerTSubtraction Operator
Implements the minus operator.
Namespace: DevCase.Win32.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Shared Operator - (
p As VbPointer(Of T),
value As Integer
) As VbPointer(Of T)
Dim p As VbPointer(Of T)
Dim value As Integer
Dim returnValue As VbPointer(Of T)
returnValue = (p - value)
No code example is currently available or this language may not be supported.
- p VbPointerT
-
The source VbPointerT.
- value Int32
-
The value to rest.
VbPointerT
The result of the operator.