DotNet Reference
.Net Reference
RevInteger.cs
Go to the documentation of this file.
28 return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
47 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
52 public RevInteger(long val) : this(operations_research_constraint_solverPINVOKE.new_RevInteger(val), true) {
61 operations_research_constraint_solverPINVOKE.RevInteger_SetValue(swigCPtr, Solver.getCPtr(s), val);
virtual void Dispose(bool disposing)
Definition: RevInteger.cs:40
static void delete_RevInteger(global::System.Runtime.InteropServices.HandleRef jarg1)
RevInteger(long val)
Definition: RevInteger.cs:52
static long RevInteger_Value(global::System.Runtime.InteropServices.HandleRef jarg1)
void SetValue(Solver s, long val)
Definition: RevInteger.cs:60
static void RevInteger_SetValue(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, long jarg3)