Files
ortools-clone/docs/dotnet/KInt64Vector_8cs_source.html
2019-06-29 18:18:08 +02:00

118 lines
112 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>OR-Tools</title>
<meta http-equiv="Content-Type" content="text/html;"/>
<meta charset="utf-8"/>
<!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
<link rel="stylesheet" type="text/css" href="ortools.css" title="default" media="screen,print" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
</head>
<body>
<div id="banner-container">
<div id="banner">
<span id="sfml">OR-Tools 7.2</span>
</div>
</div>
<link rel="icon" href="https://developers.google.com/optimization/images/orLogo.png">
<div id="content">
<!-- Generated by Doxygen 1.8.15 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>File&#160;Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_a7cc1eeded8f693d0da6c729bc88c45a.html">ortools</a></li><li class="navelem"><a class="el" href="dir_b2c6d49957bf5d0c7726edb4b829cd4d.html">gen</a></li><li class="navelem"><a class="el" href="dir_dd9e6105f85b4b8d1432afc92516bdf4.html">ortools</a></li><li class="navelem"><a class="el" href="dir_585e9a2673d249c3b9690f454203f86a.html">algorithms</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">KInt64Vector.cs</div> </div>
</div><!--header-->
<div class="contents">
<a href="KInt64Vector_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated /&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// This file was automatically generated by SWIG (http://www.swig.org).</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">// Version 4.0.0</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// Do not make changes to this file unless you know what you are doing--modify</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// the SWIG interface file instead.</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"><a class="line" href="namespaceGoogle_1_1OrTools_1_1Algorithms.html"> 11</a></span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceGoogle_1_1OrTools_1_1Algorithms.html">Google.OrTools.Algorithms</a> {</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;</div><div class="line"><a name="l00013"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html"> 13</a></span>&#160;<span class="keyword">public</span> <span class="keyword">class </span><a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a> : global::System.IDisposable, global::System.Collections.IEnumerable, global::System.Collections.Generic.IList&lt;long&gt;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160; {</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160; <span class="keyword">private</span> global::System.Runtime.InteropServices.HandleRef swigCPtr;</div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a7238c192deaf636034a9222a9d879c4a"> 16</a></span>&#160; <span class="keyword">protected</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a7238c192deaf636034a9222a9d879c4a">swigCMemOwn</a>;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; <span class="keyword">internal</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a0711bc08c66e593e62328f60559a19a1">KInt64Vector</a>(global::System.IntPtr cPtr, <span class="keywordtype">bool</span> cMemoryOwn) {</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a7238c192deaf636034a9222a9d879c4a">swigCMemOwn</a> = cMemoryOwn;</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; swigCPtr = <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">this</span>, cPtr);</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; }</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; <span class="keyword">internal</span> <span class="keyword">static</span> global::System.Runtime.InteropServices.HandleRef getCPtr(<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a> obj) {</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; <span class="keywordflow">return</span> (obj == <span class="keyword">null</span>) ? <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">null</span>, global::System.IntPtr.Zero) : obj.swigCPtr;</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; }</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; ~<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a0711bc08c66e593e62328f60559a19a1">KInt64Vector</a>() {</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a3f734844407524978f93184b5298d284">Dispose</a>(<span class="keyword">false</span>);</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; }</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;</div><div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a3f734844407524978f93184b5298d284"> 31</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a3f734844407524978f93184b5298d284">Dispose</a>() {</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a3f734844407524978f93184b5298d284">Dispose</a>(<span class="keyword">true</span>);</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; global::System.GC.SuppressFinalize(<span class="keyword">this</span>);</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; }</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;</div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#ac42a0f9be4119cb8e599b13cd061f761"> 36</a></span>&#160; <span class="keyword">protected</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#ac42a0f9be4119cb8e599b13cd061f761">Dispose</a>(<span class="keywordtype">bool</span> disposing) {</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; lock(<span class="keyword">this</span>) {</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; <span class="keywordflow">if</span> (swigCPtr.Handle != global::System.IntPtr.Zero) {</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a7238c192deaf636034a9222a9d879c4a">swigCMemOwn</a>) {</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a7238c192deaf636034a9222a9d879c4a">swigCMemOwn</a> = <span class="keyword">false</span>;</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a604480c30b105b9b5ed84043694762cb">delete_KInt64Vector</a>(swigCPtr);</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; }</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; swigCPtr = <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">null</span>, global::System.IntPtr.Zero);</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; }</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; }</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; }</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;</div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a6f86b3618408e7bd43d87cdd7aa11418"> 48</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a6f86b3618408e7bd43d87cdd7aa11418">KInt64Vector</a>(global::System.Collections.IEnumerable c) : this() {</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; <span class="keywordflow">if</span> (c == <span class="keyword">null</span>)</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.ArgumentNullException(<span class="stringliteral">&quot;c&quot;</span>);</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; <span class="keywordflow">foreach</span> (<span class="keywordtype">long</span> element <span class="keywordflow">in</span> c) {</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; this.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a6f9ba2160c16e09c63063a6a08af7a42">Add</a>(element);</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; }</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; }</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;</div><div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a988116b3a464c8ee312d7fb0a9584843"> 56</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a988116b3a464c8ee312d7fb0a9584843">KInt64Vector</a>(global::System.Collections.Generic.IEnumerable&lt;<span class="keywordtype">long</span>&gt; c) : this() {</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; <span class="keywordflow">if</span> (c == <span class="keyword">null</span>)</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.ArgumentNullException(<span class="stringliteral">&quot;c&quot;</span>);</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; <span class="keywordflow">foreach</span> (<span class="keywordtype">long</span> element <span class="keywordflow">in</span> c) {</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; this.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a6f9ba2160c16e09c63063a6a08af7a42">Add</a>(element);</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; }</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; }</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;</div><div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#afe9318bb9e904eeac8f061ce963a2a42"> 64</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#afe9318bb9e904eeac8f061ce963a2a42">IsFixedSize</a> {</div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; <span class="keyword">get</span> {</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; <span class="keywordflow">return</span> <span class="keyword">false</span>;</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; }</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; }</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;</div><div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a42d8234acb3bcb1046e8e69f5df807bc"> 70</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a42d8234acb3bcb1046e8e69f5df807bc">IsReadOnly</a> {</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; <span class="keyword">get</span> {</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; <span class="keywordflow">return</span> <span class="keyword">false</span>;</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; }</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; }</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;</div><div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a9ac6ee773a89632571b563714f3abc8d"> 76</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">long</span> <span class="keyword">this</span>[<span class="keywordtype">int</span> index] {</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160; <span class="keyword">get</span> {</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; <span class="keywordflow">return</span> getitem(index);</div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; }</div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; <span class="keyword">set</span> {</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; setitem(index, value);</div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; }</div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; }</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;</div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a01a38be3e9633b5d8b0a0dfb1185101b"> 85</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a01a38be3e9633b5d8b0a0dfb1185101b">Capacity</a> {</div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; <span class="keyword">get</span> {</div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160; <span class="keywordflow">return</span> (<span class="keywordtype">int</span>)capacity();</div><div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; }</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; <span class="keyword">set</span> {</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; <span class="keywordflow">if</span> (value &lt; size())</div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.ArgumentOutOfRangeException(<span class="stringliteral">&quot;Capacity&quot;</span>);</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; reserve((uint)value);</div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; }</div><div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; }</div><div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160;</div><div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a01f1688855ed471b9c9bd1b499b9bf70"> 96</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a01f1688855ed471b9c9bd1b499b9bf70">Count</a> {</div><div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; <span class="keyword">get</span> {</div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; <span class="keywordflow">return</span> (<span class="keywordtype">int</span>)size();</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; }</div><div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; }</div><div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160;</div><div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#add3a2b5c9fe3356a509dcb3dbafe3793"> 102</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#add3a2b5c9fe3356a509dcb3dbafe3793">IsSynchronized</a> {</div><div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160; <span class="keyword">get</span> {</div><div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; <span class="keywordflow">return</span> <span class="keyword">false</span>;</div><div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; }</div><div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; }</div><div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160;</div><div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#af4a8eab26e943b534c709689fe858468"> 108</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#af4a8eab26e943b534c709689fe858468">CopyTo</a>(<span class="keywordtype">long</span>[] array)</div><div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; {</div><div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#af4a8eab26e943b534c709689fe858468">CopyTo</a>(0, array, 0, this.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a01f1688855ed471b9c9bd1b499b9bf70">Count</a>);</div><div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; }</div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160;</div><div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#abcc0db43ca8a008aab612f4cfa9dde94"> 113</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#abcc0db43ca8a008aab612f4cfa9dde94">CopyTo</a>(<span class="keywordtype">long</span>[] array, <span class="keywordtype">int</span> arrayIndex)</div><div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160; {</div><div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#af4a8eab26e943b534c709689fe858468">CopyTo</a>(0, array, arrayIndex, this.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a01f1688855ed471b9c9bd1b499b9bf70">Count</a>);</div><div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; }</div><div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160;</div><div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a3d72153ca77183fdfa8a9cc5560b50b8"> 118</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a3d72153ca77183fdfa8a9cc5560b50b8">CopyTo</a>(<span class="keywordtype">int</span> index, <span class="keywordtype">long</span>[] array, <span class="keywordtype">int</span> arrayIndex, <span class="keywordtype">int</span> count)</div><div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; {</div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; <span class="keywordflow">if</span> (array == <span class="keyword">null</span>)</div><div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.ArgumentNullException(<span class="stringliteral">&quot;array&quot;</span>);</div><div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; <span class="keywordflow">if</span> (index &lt; 0)</div><div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160; <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.ArgumentOutOfRangeException(<span class="stringliteral">&quot;index&quot;</span>, <span class="stringliteral">&quot;Value is less than zero&quot;</span>);</div><div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160; <span class="keywordflow">if</span> (arrayIndex &lt; 0)</div><div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.ArgumentOutOfRangeException(<span class="stringliteral">&quot;arrayIndex&quot;</span>, <span class="stringliteral">&quot;Value is less than zero&quot;</span>);</div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; <span class="keywordflow">if</span> (count &lt; 0)</div><div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.ArgumentOutOfRangeException(<span class="stringliteral">&quot;count&quot;</span>, <span class="stringliteral">&quot;Value is less than zero&quot;</span>);</div><div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160; <span class="keywordflow">if</span> (array.Rank &gt; 1)</div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.ArgumentException(<span class="stringliteral">&quot;Multi dimensional array.&quot;</span>, <span class="stringliteral">&quot;array&quot;</span>);</div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160; <span class="keywordflow">if</span> (index+count &gt; this.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a01f1688855ed471b9c9bd1b499b9bf70">Count</a> || arrayIndex+count &gt; array.Length)</div><div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160; <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.ArgumentException(<span class="stringliteral">&quot;Number of elements to copy is too large.&quot;</span>);</div><div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160; <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i=0; i&lt;count; i++)</div><div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; array.SetValue(getitemcopy(index+i), arrayIndex+i);</div><div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; }</div><div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160;</div><div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#af2de9d13305b86e0b2bd23684a68ca95"> 136</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">long</span>[] <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#af2de9d13305b86e0b2bd23684a68ca95">ToArray</a>() {</div><div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160; <span class="keywordtype">long</span>[] array = <span class="keyword">new</span> <span class="keywordtype">long</span>[this.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a01f1688855ed471b9c9bd1b499b9bf70">Count</a>];</div><div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160; this.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#af4a8eab26e943b534c709689fe858468">CopyTo</a>(array);</div><div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; <span class="keywordflow">return</span> array;</div><div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160; }</div><div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160;</div><div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160; global::System.Collections.Generic.IEnumerator&lt;<span class="keywordtype">long</span>&gt; global::System.Collections.Generic.IEnumerable&lt;<span class="keywordtype">long</span>&gt;.GetEnumerator() {</div><div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160; <span class="keywordflow">return</span> <span class="keyword">new</span> KInt64VectorEnumerator(<span class="keyword">this</span>);</div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160; }</div><div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160;</div><div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160; global::System.Collections.IEnumerator global::System.Collections.IEnumerable.GetEnumerator() {</div><div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160; <span class="keywordflow">return</span> <span class="keyword">new</span> KInt64VectorEnumerator(<span class="keyword">this</span>);</div><div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160; }</div><div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160;</div><div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a2bb62f05c660137437e7a95aa7eb7aeb"> 150</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html">KInt64VectorEnumerator</a> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a2bb62f05c660137437e7a95aa7eb7aeb">GetEnumerator</a>() {</div><div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160; <span class="keywordflow">return</span> <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html">KInt64VectorEnumerator</a>(<span class="keyword">this</span>);</div><div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160; }</div><div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160;</div><div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160; <span class="comment">// Type-safe enumerator</span></div><div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html"> 159</a></span>&#160;<span class="comment"></span> <span class="keyword">public</span> sealed <span class="keyword">class </span><a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html">KInt64VectorEnumerator</a> : global::System.Collections.IEnumerator</div><div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160; , global::System.Collections.Generic.IEnumerator&lt;long&gt;</div><div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160; {</div><div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160; <span class="keyword">private</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a> collectionRef;</div><div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160; <span class="keyword">private</span> <span class="keywordtype">int</span> currentIndex;</div><div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160; <span class="keyword">private</span> <span class="keywordtype">object</span> currentObject;</div><div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160; <span class="keyword">private</span> <span class="keywordtype">int</span> currentSize;</div><div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160;</div><div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html#aae3142b123fb8d5f03b9f2cdb27df5d2"> 167</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html#aae3142b123fb8d5f03b9f2cdb27df5d2">KInt64VectorEnumerator</a>(<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a> collection) {</div><div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160; collectionRef = collection;</div><div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160; currentIndex = -1;</div><div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160; currentObject = <span class="keyword">null</span>;</div><div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160; currentSize = collectionRef.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a01f1688855ed471b9c9bd1b499b9bf70">Count</a>;</div><div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160; }</div><div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160;</div><div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160; <span class="comment">// Type-safe iterator Current</span></div><div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html#a3c40aa79e5da9ec6955bdece1b306bc7"> 175</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">long</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html#a3c40aa79e5da9ec6955bdece1b306bc7">Current</a> {</div><div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160; <span class="keyword">get</span> {</div><div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160; <span class="keywordflow">if</span> (currentIndex == -1)</div><div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160; <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.InvalidOperationException(<span class="stringliteral">&quot;Enumeration not started.&quot;</span>);</div><div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160; <span class="keywordflow">if</span> (currentIndex &gt; currentSize - 1)</div><div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160; <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.InvalidOperationException(<span class="stringliteral">&quot;Enumeration finished.&quot;</span>);</div><div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160; <span class="keywordflow">if</span> (currentObject == <span class="keyword">null</span>)</div><div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160; <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.InvalidOperationException(<span class="stringliteral">&quot;Collection modified.&quot;</span>);</div><div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160; <span class="keywordflow">return</span> (<span class="keywordtype">long</span>)currentObject;</div><div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160; }</div><div class="line"><a name="l00185"></a><span class="lineno"> 185</span>&#160; }</div><div class="line"><a name="l00186"></a><span class="lineno"> 186</span>&#160;</div><div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160; <span class="comment">// Type-unsafe IEnumerator.Current</span></div><div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160; <span class="keywordtype">object</span> global::System.Collections.IEnumerator.Current {</div><div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160; <span class="keyword">get</span> {</div><div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html#a3c40aa79e5da9ec6955bdece1b306bc7">Current</a>;</div><div class="line"><a name="l00191"></a><span class="lineno"> 191</span>&#160; }</div><div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160; }</div><div class="line"><a name="l00193"></a><span class="lineno"> 193</span>&#160;</div><div class="line"><a name="l00194"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html#a3340e4619bee46fcd6c045b66a86a8a3"> 194</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html#a3340e4619bee46fcd6c045b66a86a8a3">MoveNext</a>() {</div><div class="line"><a name="l00195"></a><span class="lineno"> 195</span>&#160; <span class="keywordtype">int</span> size = collectionRef.Count;</div><div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160; <span class="keywordtype">bool</span> moveOkay = (currentIndex+1 &lt; size) &amp;&amp; (size == currentSize);</div><div class="line"><a name="l00197"></a><span class="lineno"> 197</span>&#160; <span class="keywordflow">if</span> (moveOkay) {</div><div class="line"><a name="l00198"></a><span class="lineno"> 198</span>&#160; currentIndex++;</div><div class="line"><a name="l00199"></a><span class="lineno"> 199</span>&#160; currentObject = collectionRef[currentIndex];</div><div class="line"><a name="l00200"></a><span class="lineno"> 200</span>&#160; } <span class="keywordflow">else</span> {</div><div class="line"><a name="l00201"></a><span class="lineno"> 201</span>&#160; currentObject = <span class="keyword">null</span>;</div><div class="line"><a name="l00202"></a><span class="lineno"> 202</span>&#160; }</div><div class="line"><a name="l00203"></a><span class="lineno"> 203</span>&#160; <span class="keywordflow">return</span> moveOkay;</div><div class="line"><a name="l00204"></a><span class="lineno"> 204</span>&#160; }</div><div class="line"><a name="l00205"></a><span class="lineno"> 205</span>&#160;</div><div class="line"><a name="l00206"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html#a95cebebcc9f220521eb37828f436d3cf"> 206</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html#a95cebebcc9f220521eb37828f436d3cf">Reset</a>() {</div><div class="line"><a name="l00207"></a><span class="lineno"> 207</span>&#160; currentIndex = -1;</div><div class="line"><a name="l00208"></a><span class="lineno"> 208</span>&#160; currentObject = <span class="keyword">null</span>;</div><div class="line"><a name="l00209"></a><span class="lineno"> 209</span>&#160; <span class="keywordflow">if</span> (collectionRef.Count != currentSize) {</div><div class="line"><a name="l00210"></a><span class="lineno"> 210</span>&#160; <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.InvalidOperationException(<span class="stringliteral">&quot;Collection modified.&quot;</span>);</div><div class="line"><a name="l00211"></a><span class="lineno"> 211</span>&#160; }</div><div class="line"><a name="l00212"></a><span class="lineno"> 212</span>&#160; }</div><div class="line"><a name="l00213"></a><span class="lineno"> 213</span>&#160;</div><div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html#aefdef06d2ba5bbff0aa8a6f7e12932f4"> 214</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html#aefdef06d2ba5bbff0aa8a6f7e12932f4">Dispose</a>() {</div><div class="line"><a name="l00215"></a><span class="lineno"> 215</span>&#160; currentIndex = -1;</div><div class="line"><a name="l00216"></a><span class="lineno"> 216</span>&#160; currentObject = <span class="keyword">null</span>;</div><div class="line"><a name="l00217"></a><span class="lineno"> 217</span>&#160; }</div><div class="line"><a name="l00218"></a><span class="lineno"> 218</span>&#160; }</div><div class="line"><a name="l00219"></a><span class="lineno"> 219</span>&#160;</div><div class="line"><a name="l00220"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a5e4855a714bd856c5cd7a8f17ca14a20"> 220</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a5e4855a714bd856c5cd7a8f17ca14a20">Clear</a>() {</div><div class="line"><a name="l00221"></a><span class="lineno"> 221</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a5ab37dde663ac9e74ee98abe75d8028a">KInt64Vector_Clear</a>(swigCPtr);</div><div class="line"><a name="l00222"></a><span class="lineno"> 222</span>&#160; }</div><div class="line"><a name="l00223"></a><span class="lineno"> 223</span>&#160;</div><div class="line"><a name="l00224"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a6f9ba2160c16e09c63063a6a08af7a42"> 224</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a6f9ba2160c16e09c63063a6a08af7a42">Add</a>(<span class="keywordtype">long</span> x) {</div><div class="line"><a name="l00225"></a><span class="lineno"> 225</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a5a50ffa26dc2e868a3a9d0e03847c4cc">KInt64Vector_Add</a>(swigCPtr, x);</div><div class="line"><a name="l00226"></a><span class="lineno"> 226</span>&#160; }</div><div class="line"><a name="l00227"></a><span class="lineno"> 227</span>&#160;</div><div class="line"><a name="l00228"></a><span class="lineno"> 228</span>&#160; <span class="keyword">private</span> uint size() {</div><div class="line"><a name="l00229"></a><span class="lineno"> 229</span>&#160; uint ret = <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a2605f9d950538cc05fd5f1f9081e14d6">KInt64Vector_size</a>(swigCPtr);</div><div class="line"><a name="l00230"></a><span class="lineno"> 230</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00231"></a><span class="lineno"> 231</span>&#160; }</div><div class="line"><a name="l00232"></a><span class="lineno"> 232</span>&#160;</div><div class="line"><a name="l00233"></a><span class="lineno"> 233</span>&#160; <span class="keyword">private</span> uint capacity() {</div><div class="line"><a name="l00234"></a><span class="lineno"> 234</span>&#160; uint ret = operations_research_algorithmsPINVOKE.KInt64Vector_capacity(swigCPtr);</div><div class="line"><a name="l00235"></a><span class="lineno"> 235</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00236"></a><span class="lineno"> 236</span>&#160; }</div><div class="line"><a name="l00237"></a><span class="lineno"> 237</span>&#160;</div><div class="line"><a name="l00238"></a><span class="lineno"> 238</span>&#160; <span class="keyword">private</span> <span class="keywordtype">void</span> reserve(uint n) {</div><div class="line"><a name="l00239"></a><span class="lineno"> 239</span>&#160; operations_research_algorithmsPINVOKE.KInt64Vector_reserve(swigCPtr, n);</div><div class="line"><a name="l00240"></a><span class="lineno"> 240</span>&#160; }</div><div class="line"><a name="l00241"></a><span class="lineno"> 241</span>&#160;</div><div class="line"><a name="l00242"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a0711bc08c66e593e62328f60559a19a1"> 242</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a0711bc08c66e593e62328f60559a19a1">KInt64Vector</a>() : this(<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.new_KInt64Vector__SWIG_0(), true) {</div><div class="line"><a name="l00243"></a><span class="lineno"> 243</span>&#160; }</div><div class="line"><a name="l00244"></a><span class="lineno"> 244</span>&#160;</div><div class="line"><a name="l00245"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#af0c757c48b21fdf7e7fbda2c9ae2ca66"> 245</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#af0c757c48b21fdf7e7fbda2c9ae2ca66">KInt64Vector</a>(<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a> other) : this(<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.new_KInt64Vector__SWIG_1(<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a>.getCPtr(other)), true) {</div><div class="line"><a name="l00246"></a><span class="lineno"> 246</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a9c736100e837d5c547a962a98d88501e">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a5443d8cd5b356c84575907ea2b44c2a4">Retrieve</a>();</div><div class="line"><a name="l00247"></a><span class="lineno"> 247</span>&#160; }</div><div class="line"><a name="l00248"></a><span class="lineno"> 248</span>&#160;</div><div class="line"><a name="l00249"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a4f84c80f3dd6b9d315063bc09ec11b72"> 249</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a4f84c80f3dd6b9d315063bc09ec11b72">KInt64Vector</a>(<span class="keywordtype">int</span> capacity) : this(<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.new_KInt64Vector__SWIG_2(capacity), true) {</div><div class="line"><a name="l00250"></a><span class="lineno"> 250</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a9c736100e837d5c547a962a98d88501e">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a5443d8cd5b356c84575907ea2b44c2a4">Retrieve</a>();</div><div class="line"><a name="l00251"></a><span class="lineno"> 251</span>&#160; }</div><div class="line"><a name="l00252"></a><span class="lineno"> 252</span>&#160;</div><div class="line"><a name="l00253"></a><span class="lineno"> 253</span>&#160; <span class="keyword">private</span> <span class="keywordtype">long</span> getitemcopy(<span class="keywordtype">int</span> index) {</div><div class="line"><a name="l00254"></a><span class="lineno"> 254</span>&#160; <span class="keywordtype">long</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a83e2a9b6d14af24b14ed66db034f0f1d">KInt64Vector_getitemcopy</a>(swigCPtr, index);</div><div class="line"><a name="l00255"></a><span class="lineno"> 255</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a9c736100e837d5c547a962a98d88501e">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a5443d8cd5b356c84575907ea2b44c2a4">Retrieve</a>();</div><div class="line"><a name="l00256"></a><span class="lineno"> 256</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00257"></a><span class="lineno"> 257</span>&#160; }</div><div class="line"><a name="l00258"></a><span class="lineno"> 258</span>&#160;</div><div class="line"><a name="l00259"></a><span class="lineno"> 259</span>&#160; <span class="keyword">private</span> <span class="keywordtype">long</span> getitem(<span class="keywordtype">int</span> index) {</div><div class="line"><a name="l00260"></a><span class="lineno"> 260</span>&#160; <span class="keywordtype">long</span> ret = operations_research_algorithmsPINVOKE.KInt64Vector_getitem(swigCPtr, index);</div><div class="line"><a name="l00261"></a><span class="lineno"> 261</span>&#160; <span class="keywordflow">if</span> (operations_research_algorithmsPINVOKE.SWIGPendingException.Pending) <span class="keywordflow">throw</span> operations_research_algorithmsPINVOKE.SWIGPendingException.Retrieve();</div><div class="line"><a name="l00262"></a><span class="lineno"> 262</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00263"></a><span class="lineno"> 263</span>&#160; }</div><div class="line"><a name="l00264"></a><span class="lineno"> 264</span>&#160;</div><div class="line"><a name="l00265"></a><span class="lineno"> 265</span>&#160; <span class="keyword">private</span> <span class="keywordtype">void</span> setitem(<span class="keywordtype">int</span> index, <span class="keywordtype">long</span> val) {</div><div class="line"><a name="l00266"></a><span class="lineno"> 266</span>&#160; operations_research_algorithmsPINVOKE.KInt64Vector_setitem(swigCPtr, index, val);</div><div class="line"><a name="l00267"></a><span class="lineno"> 267</span>&#160; <span class="keywordflow">if</span> (operations_research_algorithmsPINVOKE.SWIGPendingException.Pending) <span class="keywordflow">throw</span> operations_research_algorithmsPINVOKE.SWIGPendingException.Retrieve();</div><div class="line"><a name="l00268"></a><span class="lineno"> 268</span>&#160; }</div><div class="line"><a name="l00269"></a><span class="lineno"> 269</span>&#160;</div><div class="line"><a name="l00270"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a5ab3995c9d3eb20280d72a7e01d52f90"> 270</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a5ab3995c9d3eb20280d72a7e01d52f90">AddRange</a>(<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a> values) {</div><div class="line"><a name="l00271"></a><span class="lineno"> 271</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a736e6ce0a4d26ce2663a6acbf35d77a3">KInt64Vector_AddRange</a>(swigCPtr, <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a>.getCPtr(values));</div><div class="line"><a name="l00272"></a><span class="lineno"> 272</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a9c736100e837d5c547a962a98d88501e">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a5443d8cd5b356c84575907ea2b44c2a4">Retrieve</a>();</div><div class="line"><a name="l00273"></a><span class="lineno"> 273</span>&#160; }</div><div class="line"><a name="l00274"></a><span class="lineno"> 274</span>&#160;</div><div class="line"><a name="l00275"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a10c52bfce223e46e5350d1e14f616788"> 275</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a10c52bfce223e46e5350d1e14f616788">GetRange</a>(<span class="keywordtype">int</span> index, <span class="keywordtype">int</span> count) {</div><div class="line"><a name="l00276"></a><span class="lineno"> 276</span>&#160; global::System.IntPtr cPtr = <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a7cc782a5ee07d7cb7807a72125d69ab5">KInt64Vector_GetRange</a>(swigCPtr, index, count);</div><div class="line"><a name="l00277"></a><span class="lineno"> 277</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a0711bc08c66e593e62328f60559a19a1">KInt64Vector</a>(cPtr, <span class="keyword">true</span>);</div><div class="line"><a name="l00278"></a><span class="lineno"> 278</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a9c736100e837d5c547a962a98d88501e">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a5443d8cd5b356c84575907ea2b44c2a4">Retrieve</a>();</div><div class="line"><a name="l00279"></a><span class="lineno"> 279</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00280"></a><span class="lineno"> 280</span>&#160; }</div><div class="line"><a name="l00281"></a><span class="lineno"> 281</span>&#160;</div><div class="line"><a name="l00282"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a6a275bdcea9833a3f804006429238515"> 282</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a6a275bdcea9833a3f804006429238515">Insert</a>(<span class="keywordtype">int</span> index, <span class="keywordtype">long</span> x) {</div><div class="line"><a name="l00283"></a><span class="lineno"> 283</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a4b7470c371dbc3881471e833e4a3e661">KInt64Vector_Insert</a>(swigCPtr, index, x);</div><div class="line"><a name="l00284"></a><span class="lineno"> 284</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a9c736100e837d5c547a962a98d88501e">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a5443d8cd5b356c84575907ea2b44c2a4">Retrieve</a>();</div><div class="line"><a name="l00285"></a><span class="lineno"> 285</span>&#160; }</div><div class="line"><a name="l00286"></a><span class="lineno"> 286</span>&#160;</div><div class="line"><a name="l00287"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a8299b40b2d10a16008dbb8a9770b9a15"> 287</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a8299b40b2d10a16008dbb8a9770b9a15">InsertRange</a>(<span class="keywordtype">int</span> index, <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a> values) {</div><div class="line"><a name="l00288"></a><span class="lineno"> 288</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a59c1239e50cb1bb16ac76727ed262cc3">KInt64Vector_InsertRange</a>(swigCPtr, index, <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a>.getCPtr(values));</div><div class="line"><a name="l00289"></a><span class="lineno"> 289</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a9c736100e837d5c547a962a98d88501e">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a5443d8cd5b356c84575907ea2b44c2a4">Retrieve</a>();</div><div class="line"><a name="l00290"></a><span class="lineno"> 290</span>&#160; }</div><div class="line"><a name="l00291"></a><span class="lineno"> 291</span>&#160;</div><div class="line"><a name="l00292"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a157235c54ddc44c1681d9ab93805fcf8"> 292</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a157235c54ddc44c1681d9ab93805fcf8">RemoveAt</a>(<span class="keywordtype">int</span> index) {</div><div class="line"><a name="l00293"></a><span class="lineno"> 293</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#aafc21caf662033c1360bfd1651cd4225">KInt64Vector_RemoveAt</a>(swigCPtr, index);</div><div class="line"><a name="l00294"></a><span class="lineno"> 294</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a9c736100e837d5c547a962a98d88501e">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a5443d8cd5b356c84575907ea2b44c2a4">Retrieve</a>();</div><div class="line"><a name="l00295"></a><span class="lineno"> 295</span>&#160; }</div><div class="line"><a name="l00296"></a><span class="lineno"> 296</span>&#160;</div><div class="line"><a name="l00297"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a777c97da391b13397add9da91a7ca8dc"> 297</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a777c97da391b13397add9da91a7ca8dc">RemoveRange</a>(<span class="keywordtype">int</span> index, <span class="keywordtype">int</span> count) {</div><div class="line"><a name="l00298"></a><span class="lineno"> 298</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a1ed4d6cc3b271596e7219d0c3d615fa5">KInt64Vector_RemoveRange</a>(swigCPtr, index, count);</div><div class="line"><a name="l00299"></a><span class="lineno"> 299</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a9c736100e837d5c547a962a98d88501e">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a5443d8cd5b356c84575907ea2b44c2a4">Retrieve</a>();</div><div class="line"><a name="l00300"></a><span class="lineno"> 300</span>&#160; }</div><div class="line"><a name="l00301"></a><span class="lineno"> 301</span>&#160;</div><div class="line"><a name="l00302"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a3a81e6113784eb3749d1e423d7975af2"> 302</a></span>&#160; <span class="keyword">public</span> <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a3a81e6113784eb3749d1e423d7975af2">Repeat</a>(<span class="keywordtype">long</span> value, <span class="keywordtype">int</span> count) {</div><div class="line"><a name="l00303"></a><span class="lineno"> 303</span>&#160; global::System.IntPtr cPtr = <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a0fac8eba33d3d31f939539c5438bd83a">KInt64Vector_Repeat</a>(value, count);</div><div class="line"><a name="l00304"></a><span class="lineno"> 304</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a0711bc08c66e593e62328f60559a19a1">KInt64Vector</a>(cPtr, <span class="keyword">true</span>);</div><div class="line"><a name="l00305"></a><span class="lineno"> 305</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a9c736100e837d5c547a962a98d88501e">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a5443d8cd5b356c84575907ea2b44c2a4">Retrieve</a>();</div><div class="line"><a name="l00306"></a><span class="lineno"> 306</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00307"></a><span class="lineno"> 307</span>&#160; }</div><div class="line"><a name="l00308"></a><span class="lineno"> 308</span>&#160;</div><div class="line"><a name="l00309"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#ae0452167440ba3185697cf0b29aca938"> 309</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#ae0452167440ba3185697cf0b29aca938">Reverse</a>() {</div><div class="line"><a name="l00310"></a><span class="lineno"> 310</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#af6258696e42a24721188ce89b30785f9">KInt64Vector_Reverse__SWIG_0</a>(swigCPtr);</div><div class="line"><a name="l00311"></a><span class="lineno"> 311</span>&#160; }</div><div class="line"><a name="l00312"></a><span class="lineno"> 312</span>&#160;</div><div class="line"><a name="l00313"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#af46cc99c9d40228b65bd0ce56d435d21"> 313</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#af46cc99c9d40228b65bd0ce56d435d21">Reverse</a>(<span class="keywordtype">int</span> index, <span class="keywordtype">int</span> count) {</div><div class="line"><a name="l00314"></a><span class="lineno"> 314</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a8e518e03e41de64c228d9babf8739004">KInt64Vector_Reverse__SWIG_1</a>(swigCPtr, index, count);</div><div class="line"><a name="l00315"></a><span class="lineno"> 315</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a9c736100e837d5c547a962a98d88501e">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a5443d8cd5b356c84575907ea2b44c2a4">Retrieve</a>();</div><div class="line"><a name="l00316"></a><span class="lineno"> 316</span>&#160; }</div><div class="line"><a name="l00317"></a><span class="lineno"> 317</span>&#160;</div><div class="line"><a name="l00318"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a4604d8a32f3c1678dbf40fb89cefad64"> 318</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a4604d8a32f3c1678dbf40fb89cefad64">SetRange</a>(<span class="keywordtype">int</span> index, <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a> values) {</div><div class="line"><a name="l00319"></a><span class="lineno"> 319</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a8ff8bb5073d05900854b2fbdbe37e8f4">KInt64Vector_SetRange</a>(swigCPtr, index, <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a>.getCPtr(values));</div><div class="line"><a name="l00320"></a><span class="lineno"> 320</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a9c736100e837d5c547a962a98d88501e">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a5443d8cd5b356c84575907ea2b44c2a4">Retrieve</a>();</div><div class="line"><a name="l00321"></a><span class="lineno"> 321</span>&#160; }</div><div class="line"><a name="l00322"></a><span class="lineno"> 322</span>&#160;</div><div class="line"><a name="l00323"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a75b1d264094d5deeb4e992a5e5928127"> 323</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a75b1d264094d5deeb4e992a5e5928127">Contains</a>(<span class="keywordtype">long</span> value) {</div><div class="line"><a name="l00324"></a><span class="lineno"> 324</span>&#160; <span class="keywordtype">bool</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a25f6d03ac6cc5aafabdb637bb5380f40">KInt64Vector_Contains</a>(swigCPtr, value);</div><div class="line"><a name="l00325"></a><span class="lineno"> 325</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00326"></a><span class="lineno"> 326</span>&#160; }</div><div class="line"><a name="l00327"></a><span class="lineno"> 327</span>&#160;</div><div class="line"><a name="l00328"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a706c991d93bc5f0f8a10ec2661e46fb0"> 328</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a706c991d93bc5f0f8a10ec2661e46fb0">IndexOf</a>(<span class="keywordtype">long</span> value) {</div><div class="line"><a name="l00329"></a><span class="lineno"> 329</span>&#160; <span class="keywordtype">int</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#abcf24465c05b1d40dba7bec70d5ecada">KInt64Vector_IndexOf</a>(swigCPtr, value);</div><div class="line"><a name="l00330"></a><span class="lineno"> 330</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00331"></a><span class="lineno"> 331</span>&#160; }</div><div class="line"><a name="l00332"></a><span class="lineno"> 332</span>&#160;</div><div class="line"><a name="l00333"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#ac791c886f44761d8447faa1b51251bab"> 333</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#ac791c886f44761d8447faa1b51251bab">LastIndexOf</a>(<span class="keywordtype">long</span> value) {</div><div class="line"><a name="l00334"></a><span class="lineno"> 334</span>&#160; <span class="keywordtype">int</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a4bf7467f9b4e684dc0205aae054fe2e1">KInt64Vector_LastIndexOf</a>(swigCPtr, value);</div><div class="line"><a name="l00335"></a><span class="lineno"> 335</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00336"></a><span class="lineno"> 336</span>&#160; }</div><div class="line"><a name="l00337"></a><span class="lineno"> 337</span>&#160;</div><div class="line"><a name="l00338"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#aea1c2f914aff8e63e8f2af7c6126c0b8"> 338</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#aea1c2f914aff8e63e8f2af7c6126c0b8">Remove</a>(<span class="keywordtype">long</span> value) {</div><div class="line"><a name="l00339"></a><span class="lineno"> 339</span>&#160; <span class="keywordtype">bool</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#aee05fe36123effe7204f6fa1a9d88d24">KInt64Vector_Remove</a>(swigCPtr, value);</div><div class="line"><a name="l00340"></a><span class="lineno"> 340</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00341"></a><span class="lineno"> 341</span>&#160; }</div><div class="line"><a name="l00342"></a><span class="lineno"> 342</span>&#160;</div><div class="line"><a name="l00343"></a><span class="lineno"> 343</span>&#160;}</div><div class="line"><a name="l00344"></a><span class="lineno"> 344</span>&#160;</div><div class="line"><a name="l00345"></a><span class="lineno"> 345</span>&#160;}</div><div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_ac791c886f44761d8447faa1b51251bab"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#ac791c886f44761d8447faa1b51251bab">Google.OrTools.Algorithms.KInt64Vector.LastIndexOf</a></div><div class="ttdeci">int LastIndexOf(long value)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00333">KInt64Vector.cs:333</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a2bb62f05c660137437e7a95aa7eb7aeb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a2bb62f05c660137437e7a95aa7eb7aeb">Google.OrTools.Algorithms.KInt64Vector.GetEnumerator</a></div><div class="ttdeci">KInt64VectorEnumerator GetEnumerator()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00150">KInt64Vector.cs:150</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a25f6d03ac6cc5aafabdb637bb5380f40"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a25f6d03ac6cc5aafabdb637bb5380f40">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_Contains</a></div><div class="ttdeci">static bool KInt64Vector_Contains(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a3d72153ca77183fdfa8a9cc5560b50b8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a3d72153ca77183fdfa8a9cc5560b50b8">Google.OrTools.Algorithms.KInt64Vector.CopyTo</a></div><div class="ttdeci">void CopyTo(int index, long[] array, int arrayIndex, int count)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00118">KInt64Vector.cs:118</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a4f84c80f3dd6b9d315063bc09ec11b72"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a4f84c80f3dd6b9d315063bc09ec11b72">Google.OrTools.Algorithms.KInt64Vector.KInt64Vector</a></div><div class="ttdeci">KInt64Vector(int capacity)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00249">KInt64Vector.cs:249</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_add3a2b5c9fe3356a509dcb3dbafe3793"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#add3a2b5c9fe3356a509dcb3dbafe3793">Google.OrTools.Algorithms.KInt64Vector.IsSynchronized</a></div><div class="ttdeci">bool IsSynchronized</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00102">KInt64Vector.cs:102</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html">Google.OrTools.Algorithms.KInt64Vector.KInt64VectorEnumerator</a></div><div class="ttdoc">Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever t...</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00159">KInt64Vector.cs:159</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a01f1688855ed471b9c9bd1b499b9bf70"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a01f1688855ed471b9c9bd1b499b9bf70">Google.OrTools.Algorithms.KInt64Vector.Count</a></div><div class="ttdeci">int Count</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00096">KInt64Vector.cs:96</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator_html_aefdef06d2ba5bbff0aa8a6f7e12932f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html#aefdef06d2ba5bbff0aa8a6f7e12932f4">Google.OrTools.Algorithms.KInt64Vector.KInt64VectorEnumerator.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00214">KInt64Vector.cs:214</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a7cc782a5ee07d7cb7807a72125d69ab5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a7cc782a5ee07d7cb7807a72125d69ab5">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_GetRange</a></div><div class="ttdeci">static global::System.IntPtr KInt64Vector_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_aea1c2f914aff8e63e8f2af7c6126c0b8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#aea1c2f914aff8e63e8f2af7c6126c0b8">Google.OrTools.Algorithms.KInt64Vector.Remove</a></div><div class="ttdeci">bool Remove(long value)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00338">KInt64Vector.cs:338</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a777c97da391b13397add9da91a7ca8dc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a777c97da391b13397add9da91a7ca8dc">Google.OrTools.Algorithms.KInt64Vector.RemoveRange</a></div><div class="ttdeci">void RemoveRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00297">KInt64Vector.cs:297</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a6f86b3618408e7bd43d87cdd7aa11418"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a6f86b3618408e7bd43d87cdd7aa11418">Google.OrTools.Algorithms.KInt64Vector.KInt64Vector</a></div><div class="ttdeci">KInt64Vector(global::System.Collections.IEnumerable c)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00048">KInt64Vector.cs:48</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a1ed4d6cc3b271596e7219d0c3d615fa5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a1ed4d6cc3b271596e7219d0c3d615fa5">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_RemoveRange</a></div><div class="ttdeci">static void KInt64Vector_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_afe9318bb9e904eeac8f061ce963a2a42"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#afe9318bb9e904eeac8f061ce963a2a42">Google.OrTools.Algorithms.KInt64Vector.IsFixedSize</a></div><div class="ttdeci">bool IsFixedSize</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00064">KInt64Vector.cs:64</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a01a38be3e9633b5d8b0a0dfb1185101b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a01a38be3e9633b5d8b0a0dfb1185101b">Google.OrTools.Algorithms.KInt64Vector.Capacity</a></div><div class="ttdeci">int Capacity</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00085">KInt64Vector.cs:85</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a10c52bfce223e46e5350d1e14f616788"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a10c52bfce223e46e5350d1e14f616788">Google.OrTools.Algorithms.KInt64Vector.GetRange</a></div><div class="ttdeci">KInt64Vector GetRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00275">KInt64Vector.cs:275</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a736e6ce0a4d26ce2663a6acbf35d77a3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a736e6ce0a4d26ce2663a6acbf35d77a3">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_AddRange</a></div><div class="ttdeci">static void KInt64Vector_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_aee05fe36123effe7204f6fa1a9d88d24"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#aee05fe36123effe7204f6fa1a9d88d24">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_Remove</a></div><div class="ttdeci">static bool KInt64Vector_Remove(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">Google.OrTools.Algorithms.KInt64Vector</a></div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00013">KInt64Vector.cs:13</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_af4a8eab26e943b534c709689fe858468"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#af4a8eab26e943b534c709689fe858468">Google.OrTools.Algorithms.KInt64Vector.CopyTo</a></div><div class="ttdeci">void CopyTo(long[] array)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00108">KInt64Vector.cs:108</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_abcc0db43ca8a008aab612f4cfa9dde94"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#abcc0db43ca8a008aab612f4cfa9dde94">Google.OrTools.Algorithms.KInt64Vector.CopyTo</a></div><div class="ttdeci">void CopyTo(long[] array, int arrayIndex)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00113">KInt64Vector.cs:113</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException_html_a5443d8cd5b356c84575907ea2b44c2a4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a5443d8cd5b356c84575907ea2b44c2a4">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.SWIGPendingException.Retrieve</a></div><div class="ttdeci">static global::System.Exception Retrieve()</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__algorithmsPINVOKE_8cs_source.html#l00152">operations_research_algorithmsPINVOKE.cs:152</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a7238c192deaf636034a9222a9d879c4a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a7238c192deaf636034a9222a9d879c4a">Google.OrTools.Algorithms.KInt64Vector.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00016">KInt64Vector.cs:16</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator_html_a3340e4619bee46fcd6c045b66a86a8a3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html#a3340e4619bee46fcd6c045b66a86a8a3">Google.OrTools.Algorithms.KInt64Vector.KInt64VectorEnumerator.MoveNext</a></div><div class="ttdeci">bool MoveNext()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00194">KInt64Vector.cs:194</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator_html_aae3142b123fb8d5f03b9f2cdb27df5d2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html#aae3142b123fb8d5f03b9f2cdb27df5d2">Google.OrTools.Algorithms.KInt64Vector.KInt64VectorEnumerator.KInt64VectorEnumerator</a></div><div class="ttdeci">KInt64VectorEnumerator(KInt64Vector collection)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00167">KInt64Vector.cs:167</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_af2de9d13305b86e0b2bd23684a68ca95"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#af2de9d13305b86e0b2bd23684a68ca95">Google.OrTools.Algorithms.KInt64Vector.ToArray</a></div><div class="ttdeci">long [] ToArray()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00136">KInt64Vector.cs:136</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a6a275bdcea9833a3f804006429238515"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a6a275bdcea9833a3f804006429238515">Google.OrTools.Algorithms.KInt64Vector.Insert</a></div><div class="ttdeci">void Insert(int index, long x)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00282">KInt64Vector.cs:282</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_aafc21caf662033c1360bfd1651cd4225"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#aafc21caf662033c1360bfd1651cd4225">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_RemoveAt</a></div><div class="ttdeci">static void KInt64Vector_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_af6258696e42a24721188ce89b30785f9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#af6258696e42a24721188ce89b30785f9">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_Reverse__SWIG_0</a></div><div class="ttdeci">static void KInt64Vector_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a59c1239e50cb1bb16ac76727ed262cc3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a59c1239e50cb1bb16ac76727ed262cc3">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_InsertRange</a></div><div class="ttdeci">static void KInt64Vector_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException_html_a9c736100e837d5c547a962a98d88501e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a9c736100e837d5c547a962a98d88501e">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.SWIGPendingException.Pending</a></div><div class="ttdeci">static bool Pending</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__algorithmsPINVOKE_8cs_source.html#l00133">operations_research_algorithmsPINVOKE.cs:133</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a5e4855a714bd856c5cd7a8f17ca14a20"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a5e4855a714bd856c5cd7a8f17ca14a20">Google.OrTools.Algorithms.KInt64Vector.Clear</a></div><div class="ttdeci">void Clear()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00220">KInt64Vector.cs:220</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a988116b3a464c8ee312d7fb0a9584843"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a988116b3a464c8ee312d7fb0a9584843">Google.OrTools.Algorithms.KInt64Vector.KInt64Vector</a></div><div class="ttdeci">KInt64Vector(global::System.Collections.Generic.IEnumerable&lt; long &gt; c)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00056">KInt64Vector.cs:56</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_af46cc99c9d40228b65bd0ce56d435d21"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#af46cc99c9d40228b65bd0ce56d435d21">Google.OrTools.Algorithms.KInt64Vector.Reverse</a></div><div class="ttdeci">void Reverse(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00313">KInt64Vector.cs:313</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.SWIGPendingException</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__algorithmsPINVOKE_8cs_source.html#l00127">operations_research_algorithmsPINVOKE.cs:127</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a4b7470c371dbc3881471e833e4a3e661"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a4b7470c371dbc3881471e833e4a3e661">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_Insert</a></div><div class="ttdeci">static void KInt64Vector_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, long jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a75b1d264094d5deeb4e992a5e5928127"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a75b1d264094d5deeb4e992a5e5928127">Google.OrTools.Algorithms.KInt64Vector.Contains</a></div><div class="ttdeci">bool Contains(long value)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00323">KInt64Vector.cs:323</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a157235c54ddc44c1681d9ab93805fcf8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a157235c54ddc44c1681d9ab93805fcf8">Google.OrTools.Algorithms.KInt64Vector.RemoveAt</a></div><div class="ttdeci">void RemoveAt(int index)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00292">KInt64Vector.cs:292</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_ac42a0f9be4119cb8e599b13cd061f761"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#ac42a0f9be4119cb8e599b13cd061f761">Google.OrTools.Algorithms.KInt64Vector.Dispose</a></div><div class="ttdeci">virtual void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00036">KInt64Vector.cs:36</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a5a50ffa26dc2e868a3a9d0e03847c4cc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a5a50ffa26dc2e868a3a9d0e03847c4cc">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_Add</a></div><div class="ttdeci">static void KInt64Vector_Add(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a706c991d93bc5f0f8a10ec2661e46fb0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a706c991d93bc5f0f8a10ec2661e46fb0">Google.OrTools.Algorithms.KInt64Vector.IndexOf</a></div><div class="ttdeci">int IndexOf(long value)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00328">KInt64Vector.cs:328</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_af0c757c48b21fdf7e7fbda2c9ae2ca66"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#af0c757c48b21fdf7e7fbda2c9ae2ca66">Google.OrTools.Algorithms.KInt64Vector.KInt64Vector</a></div><div class="ttdeci">KInt64Vector(KInt64Vector other)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00245">KInt64Vector.cs:245</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a0711bc08c66e593e62328f60559a19a1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a0711bc08c66e593e62328f60559a19a1">Google.OrTools.Algorithms.KInt64Vector.KInt64Vector</a></div><div class="ttdeci">KInt64Vector()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00242">KInt64Vector.cs:242</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a0fac8eba33d3d31f939539c5438bd83a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a0fac8eba33d3d31f939539c5438bd83a">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_Repeat</a></div><div class="ttdeci">static global::System.IntPtr KInt64Vector_Repeat(long jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a4604d8a32f3c1678dbf40fb89cefad64"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a4604d8a32f3c1678dbf40fb89cefad64">Google.OrTools.Algorithms.KInt64Vector.SetRange</a></div><div class="ttdeci">void SetRange(int index, KInt64Vector values)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00318">KInt64Vector.cs:318</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_ae0452167440ba3185697cf0b29aca938"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#ae0452167440ba3185697cf0b29aca938">Google.OrTools.Algorithms.KInt64Vector.Reverse</a></div><div class="ttdeci">void Reverse()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00309">KInt64Vector.cs:309</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_abcf24465c05b1d40dba7bec70d5ecada"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#abcf24465c05b1d40dba7bec70d5ecada">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_IndexOf</a></div><div class="ttdeci">static int KInt64Vector_IndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a83e2a9b6d14af24b14ed66db034f0f1d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a83e2a9b6d14af24b14ed66db034f0f1d">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_getitemcopy</a></div><div class="ttdeci">static long KInt64Vector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator_html_a95cebebcc9f220521eb37828f436d3cf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html#a95cebebcc9f220521eb37828f436d3cf">Google.OrTools.Algorithms.KInt64Vector.KInt64VectorEnumerator.Reset</a></div><div class="ttdeci">void Reset()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00206">KInt64Vector.cs:206</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__algorithmsPINVOKE_8cs_source.html#l00013">operations_research_algorithmsPINVOKE.cs:13</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a42d8234acb3bcb1046e8e69f5df807bc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a42d8234acb3bcb1046e8e69f5df807bc">Google.OrTools.Algorithms.KInt64Vector.IsReadOnly</a></div><div class="ttdeci">bool IsReadOnly</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00070">KInt64Vector.cs:70</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a2605f9d950538cc05fd5f1f9081e14d6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a2605f9d950538cc05fd5f1f9081e14d6">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_size</a></div><div class="ttdeci">static uint KInt64Vector_size(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a3a81e6113784eb3749d1e423d7975af2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a3a81e6113784eb3749d1e423d7975af2">Google.OrTools.Algorithms.KInt64Vector.Repeat</a></div><div class="ttdeci">static KInt64Vector Repeat(long value, int count)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00302">KInt64Vector.cs:302</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a4bf7467f9b4e684dc0205aae054fe2e1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a4bf7467f9b4e684dc0205aae054fe2e1">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_LastIndexOf</a></div><div class="ttdeci">static int KInt64Vector_LastIndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a8ff8bb5073d05900854b2fbdbe37e8f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a8ff8bb5073d05900854b2fbdbe37e8f4">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_SetRange</a></div><div class="ttdeci">static void KInt64Vector_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator_html_a3c40aa79e5da9ec6955bdece1b306bc7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html#a3c40aa79e5da9ec6955bdece1b306bc7">Google.OrTools.Algorithms.KInt64Vector.KInt64VectorEnumerator.Current</a></div><div class="ttdeci">long Current</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00175">KInt64Vector.cs:175</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a5ab37dde663ac9e74ee98abe75d8028a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a5ab37dde663ac9e74ee98abe75d8028a">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_Clear</a></div><div class="ttdeci">static void KInt64Vector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a604480c30b105b9b5ed84043694762cb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a604480c30b105b9b5ed84043694762cb">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.delete_KInt64Vector</a></div><div class="ttdeci">static void delete_KInt64Vector(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a8299b40b2d10a16008dbb8a9770b9a15"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a8299b40b2d10a16008dbb8a9770b9a15">Google.OrTools.Algorithms.KInt64Vector.InsertRange</a></div><div class="ttdeci">void InsertRange(int index, KInt64Vector values)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00287">KInt64Vector.cs:287</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a3f734844407524978f93184b5298d284"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a3f734844407524978f93184b5298d284">Google.OrTools.Algorithms.KInt64Vector.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00031">KInt64Vector.cs:31</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a8e518e03e41de64c228d9babf8739004"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a8e518e03e41de64c228d9babf8739004">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_Reverse__SWIG_1</a></div><div class="ttdeci">static void KInt64Vector_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a6f9ba2160c16e09c63063a6a08af7a42"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a6f9ba2160c16e09c63063a6a08af7a42">Google.OrTools.Algorithms.KInt64Vector.Add</a></div><div class="ttdeci">void Add(long x)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00224">KInt64Vector.cs:224</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a5ab3995c9d3eb20280d72a7e01d52f90"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a5ab3995c9d3eb20280d72a7e01d52f90">Google.OrTools.Algorithms.KInt64Vector.AddRange</a></div><div class="ttdeci">void AddRange(KInt64Vector values)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00270">KInt64Vector.cs:270</a></div></div>
<div class="ttc" id="namespaceGoogle_1_1OrTools_1_1Algorithms_html"><div class="ttname"><a href="namespaceGoogle_1_1OrTools_1_1Algorithms.html">Google.OrTools.Algorithms</a></div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00011">KInt64Vector.cs:11</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>