VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging Namespace / VintasoftVector3D Structure / Add Methods / Add(VintasoftVector3D,VintasoftVector3D) Method
Синтаксис Требования Смотрите также
В этом разделе
    Add(VintasoftVector3D,VintasoftVector3D) Метод (VintasoftVector3D)
    В этом разделе
    Складывает два вектора и возвращает результат в виде структуры VintasoftVector3D.
    Синтаксис
    'Declaration
    
    Public Overloads Shared Function Add( _
    ByVal vector1
    Первый добавляемый вектор.
    As VintasoftVector3D, _
    ByVal vector2
    Второй добавляемый вектор.
    As VintasoftVector3D _
    ) As VintasoftVector3D

    Parameters

    vector1
    Первый добавляемый вектор.
    vector2
    Второй добавляемый вектор.

    Return Value

    Сумма vector1 и vector2.
    Требования

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

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