Subtraction Operator (SizeD)
'Declaration
Public Operator -( _
ByVal As SizeD, _
ByVal As SizeD _
) As SizeD
Parameters
- sz1
- The SizeD that is subtracted from.
- sz2
- The SizeD that is subtracted.
Return Value
A
SizeD representing the result of the subtraction.