'Declaration Public Operator -( _
ByVal p1The VintasoftPadding to subtract from (the minuend).As VintasoftPadding, _
ByVal p2The VintasoftPadding to subtract from (the subtrahend).As VintasoftPadding _
) As VintasoftPadding
public VintasoftPadding operator -(
VintasoftPadding p1,
VintasoftPadding p2
)
public: VintasoftPadding op_Subtraction(
VintasoftPadding p1,
VintasoftPadding p2
)
public:
VintasoftPadding operator -(
VintasoftPadding p1,
VintasoftPadding p2
)
Parameters
- p1
- The VintasoftPadding to subtract from (the minuend).
- p2
- The VintasoftPadding to subtract from (the subtrahend).