[#BloombergLP-bdljsn-JsonNumber-asInt64] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/JsonNumber.adoc[JsonNumber]::asInt64 :relfileprefix: ../../../ :mrdocs: Same as the related overload above for `asInt64`. == Synopsis Declared in `<bdljsn_jsonnumber.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int asInt64(xref:BloombergLP/bsls/Types/Int64.adoc[bsls::Types::Int64]* result) const; ---- == Return Value 0 on success, or `k_OVERFLOW`, `k_UNDERFLOW`, or `k_NOT_INTEGRAL` on failure == Parameters [cols="1,4"] |=== | Name| Description | *result* | integer to receive the converted value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#