[#BloombergLP-bdljsn-JsonNumber-operator_assign-0af] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/JsonNumber.adoc[JsonNumber]::operator= :relfileprefix: ../../../ :mrdocs: Assign to this object the value of the specified `rhs`, and return a non‐`const` reference to this object. The behavior is undefined if `rhs` is infinite (`INF`) or not‐a‐number (`NaN`). == Synopsis Declared in `<bdljsn_jsonnumber.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/JsonNumber.adoc[JsonNumber]& operator=(float rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#