| Package | system.data.maps |
| Class | public class MapUtils |
| Inheritance | MapUtils Object |
| Method | Defined By | ||
|---|---|---|---|
[static]
Returns the value of the specified key in the map with a Number representation. | MapUtils | ||
| getNumber | () | method |
public static function getNumber(map:Map, key:*):NumberReturns the value of the specified key in the map with a Number representation.
Parameters
map:Map — the map used by this method.
| |
key:* — the key in the map to used to return the number value.
|
Number — the value of the specified key in the map with a Number representation.
|