encodeFloat64(value)¶
Definition¶
String encodeFloat64(Number value)
Description¶
Encodes a float to a base64 string prepended with an F. This is the same encoding used in AmiClient::addMessageParamFloatEncoded
Parameter Definition¶
| Name | Type | Description |
|---|---|---|
| value | Number | float value to encode |