MCPcopy Create free account
hub / github.com/InoriRus/Kyty / ToInt64

Method ToInt64

source/lib/Core/src/String.cpp:1845–1848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1843}
1844
1845int64_t String::ToInt64(int base) const
1846{
1847 return sys_strtoi64(utf8_str().GetData(), nullptr, base);
1848}
1849
1850double String::ToDouble() const
1851{

Callers 4

test_2Function · 0.45
test_U_2Function · 0.45
test_2Function · 0.45
test_U_2Function · 0.45

Calls 2

sys_strtoi64Function · 0.50
GetDataMethod · 0.45

Tested by 4

test_2Function · 0.36
test_U_2Function · 0.36
test_2Function · 0.36
test_U_2Function · 0.36