Click or drag to resize
Accord.NET (logo)

ClassesToZeroOne Method

Overload List
  NameDescription
Public methodStatic memberToZeroOne(Boolean)
Converts a boolean variable into a 0-or-1 representation (0 is false, 1 is true).
Public methodStatic memberToZeroOne(Boolean)
Converts boolean variables into a 0-or-1 representation (0 is false, 1 is true).
Public methodStatic memberToZeroOne(Double)
Converts a boolean variable into a 0-or-1 representation (0 is false, 1 is true).
Public methodStatic memberToZeroOne(Double)
Converts boolean variables into a 0-or-1 representation (0 is false, 1 is true).
Public methodStatic memberToZeroOne(Int32)
Converts a boolean variable into a 0-or-1 representation (0 is false, 1 is true).
Public methodStatic memberToZeroOne(Int32)
Converts boolean variables into a 0-or-1 representation (0 is false, 1 is true).
Top
See Also