Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

  1. You cannot cast between integer and boolean values. However it is trivia to convert data between integer and boolean. For example, int i = b ? 1 : 0; convert a boolean value b into an integer value i, and boolean b = i != 0 convert an integer value i into a boolean value b.