# `GSMultiplyNVectors`

*Function*

## Declaration

```swift
func GSMultiplyNVectors(_ a: GSNVector, _ b: GSNVector, _ n: Int32) -> GSNVector
```

```objc
GSNVector GSMultiplyNVectors(GSNVector a, GSNVector b, int n);
```

```python
GSMultiplyNVectors(a: GSNVector, b: GSNVector, n: int) -> GSNVector
```

## See Also

### N-Dimensional Vectors

- [`GSMakeNVector`](/Core/GlyphsCore/GSMakeNVector)
- [`GSInitNVector`](/Core/GlyphsCore/GSInitNVector)
- [`GSDistanceOfPointFromLineN`](/Core/GlyphsCore/GSDistanceOfPointFromLineN)

