Click or drag to resize
Accord.NET (logo)

ClassesToMinusOnePlusOne Method

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