# `GSCustomParameter integerValue`

*Instance Method*

## Declaration

```swift
func integerValue() -> Int
```

```objc
- (NSInteger) integerValue;
```

```python
integerValue() -> int
```

