VintaSoft Barcode .NET SDK 16.0: Документация для Веб разработчика
Vintasoft.Primitives Namespace / VintasoftPadding Structure / Subtraction(VintasoftPadding,VintasoftPadding) Operator
Синтаксис Требования Смотрите также
В этом разделе
Subtraction(VintasoftPadding,VintasoftPadding) Оператор (VintasoftPadding)
В этом разделе
Performs vector subtraction on the two specified T:Vintasoft.Primitives.VintasoftPadding objects, resulting in a new T:Vintasoft.Primitives.VintasoftPadding.
Синтаксис
'Declaration

Public Operator -( _
ByVal p1
The T:Vintasoft.Primitives.VintasoftPadding to subtract from (the minuend).
As VintasoftPadding, _
ByVal p2
The T:Vintasoft.Primitives.VintasoftPadding to subtract from (the subtrahend).
As VintasoftPadding _
) As VintasoftPadding

Parameters

p1
The T:Vintasoft.Primitives.VintasoftPadding to subtract from (the minuend).
p2
The T:Vintasoft.Primitives.VintasoftPadding to subtract from (the subtrahend).

Return Value

The T:Vintasoft.Primitives.VintasoftPadding result of subtracting [X:p2] from [X:p1].
Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

Смотрите также