Java Utililty Methods Bipolar to Double
List of utility methods to do Bipolar to Double
HOME
Java
B
Bipolar to Double
Description
The list of methods to do Bipolar to Double are organized into topic(s).
Method
double
bipolar2double(final boolean b)
bipolardouble
if
(b) {
return
1; }
else
{
return
-1;