You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add overloaded booleanFromInt methods: one accepts a int argument
and uses the ZERO_OR_ONE conversion option, the second accepts
int and BooleanConversionOption arguments.
Closes#1054
* Add overloaded booleanFromInt methods: one accepts a int argument
and uses the ZERO_OR_ONE conversion option, the second accepts
int and BooleanConversionOption arguments.
Closes#1054
Add methods:
where
BooleanConversionOption
is an enum that describes how to convert the long value.This issue was extracted from #1046
The text was updated successfully, but these errors were encountered: