[#CScriptNum-operator_3way-09] = xref:CScriptNum.adoc[CScriptNum]::operator<=> :relfileprefix: ../ :mrdocs: Orders this value against an integer. == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- auto operator<=>(int64_t const& rhs) const; ---- == Return Value The three‐way comparison result. == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | Integer to compare against. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#