# `GSLayerDrawHelper computeScaledValue:`

*Instance Method*

## Declaration

```swift
func computeScaledValue(_ value: String!) -> CGFloat
```

```objc
- (CGFloat) computeScaledValue:(NSString *) value;
```

```python
computeScaledValue_(value: str) -> float
```

