Instance Method
metricsValue:forKey: metricsValue:forKey: metricsValue_forKey_
Value described by a metrics key for a metric side.
Not available in Swift.
Declaration
- (CGFloat) metricsValue:(GSMetricNumbers) metric forKey:(NSString *) key;Declaration
metricsValue_forKey_(metric: GSMetricNumbers, key: str) -> floatParameters
metricThe metric side that the key is evaluated for.
keyThe metrics key to evaluate.
Discussion
Returns NSNotFound when the key cannot be resolved.
See Also
Metric Values
Metric value for a side at a measurement height.
Evaluates a metrics key for a metric side.