---
title: "simd_make_ulong3(_:)"
framework: simd
role: symbol
role_heading: Function
path: "simd/simd_make_ulong3(_:)-5autj"
---

# simd_make_ulong3(_:)

Returns a new vector from the specified two-element vector, and other elements set to zero.

## Declaration

```swift
func simd_make_ulong3(_ other: simd_ulong2) -> simd_ulong3
```

## See Also

### Functions to Create Three-Element Vectors From Other Vectors

- [simd_make_ulong3(_:)](simd/simd_make_ulong3(_:)-57xdw.md)
- [simd_make_ulong3(_:)](simd/simd_make_ulong3(_:)-5w7y5.md)
- [simd_make_ulong3(_:)](simd/simd_make_ulong3(_:)-4pyq9.md)
- [simd_make_ulong3_undef(_:)](simd/simd_make_ulong3_undef(_:)-5oqlt.md)
