---
title: y
framework: coreimage
role: symbol
role_heading: Instance Property
path: coreimage/civector/y
---

# y

The value located in the second position in the vector.

## Declaration

```swift
var y: CGFloat { get }
```

## See Also

### Getting Values From a Vector

- [value(at:)](coreimage/civector/value(at:).md)
- [count](coreimage/civector/count.md)
- [x](coreimage/civector/x.md)
- [z](coreimage/civector/z.md)
- [w](coreimage/civector/w.md)
- [stringRepresentation](coreimage/civector/stringrepresentation.md)
- [cgAffineTransformValue](coreimage/civector/cgaffinetransformvalue.md)
- [cgPointValue](coreimage/civector/cgpointvalue.md)
- [cgRectValue](coreimage/civector/cgrectvalue.md)
