binary()
Data / ConversionDescription
Converts an integer to a binary string representation (32 characters).
Syntax
std::string binary(int v)
Parameters
| Name | Type | Description |
|---|---|---|
| v | int | value to convert |
Returns
std::stringRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...