Sha256: a58cab59353c6fdff46da99927c12d6f344d81b863e094bf6848a60863488254

Contents?: true

Size: 992 Bytes

Versions: 3

Compression:

Stored size: 992 Bytes

Contents

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
  <title>integer (VPI::S_vpi_time)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
  <pre><span class="ruby-comment cmt"># File lib/ruby-vpi/core/struct.rb, line 10</span>
    <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">integer</span>
      (<span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">high</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-constant">INTEGER_BITS</span>) <span class="ruby-operator">|</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">low</span>
    <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby-vpi-20.0.0 doc/api/ruby/classes/VPI/S_vpi_time.src/M000538.html
ruby-vpi-21.0.0 doc/api/ruby/classes/VPI/S_vpi_time.src/M000543.html
ruby-vpi-21.1.0 doc/api/ruby/classes/VPI/S_vpi_time.src/M000547.html