man-pages/man3/Float.ArrayLabels.3o.html
2021-03-31 01:06:50 +01:00

389 lines
4.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of Float.ArrayLabels</TITLE>
</HEAD><BODY>
<H1>Float.ArrayLabels</H1>
Section: OCaml library (3o)<BR>Updated: 2020-01-30<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
Float.ArrayLabels - no description
<A NAME="lbAC">&nbsp;</A>
<H2>Module</H2>
Module Float.ArrayLabels
<A NAME="lbAD">&nbsp;</A>
<H2>Documentation</H2>
<P>
Module
<B>ArrayLabels</B>
<BR>&nbsp;:&nbsp;
<B>sig end</B>
<P>
<P>
<P>
<P>
<P>
<P>
<P>
<I>type t </I>
=
<B>floatarray</B>
<P>
<P>
<P>
<P>
<P>
<I>val length </I>
:
<B>t -&gt; int</B>
<P>
<P>
<P>
<P>
<I>val get </I>
:
<B>t -&gt; int -&gt; float</B>
<P>
<P>
<P>
<P>
<I>val set </I>
:
<B>t -&gt; int -&gt; float -&gt; unit</B>
<P>
<P>
<P>
<P>
<I>val make </I>
:
<B>int -&gt; float -&gt; t</B>
<P>
<P>
<P>
<P>
<I>val create </I>
:
<B>int -&gt; t</B>
<P>
<P>
<P>
<P>
<I>val init </I>
:
<B>int -&gt; f:(int -&gt; float) -&gt; t</B>
<P>
<P>
<P>
<P>
<I>val append </I>
:
<B>t -&gt; t -&gt; t</B>
<P>
<P>
<P>
<P>
<I>val concat </I>
:
<B>t list -&gt; t</B>
<P>
<P>
<P>
<P>
<I>val sub </I>
:
<B>t -&gt; pos:int -&gt; len:int -&gt; t</B>
<P>
<P>
<P>
<P>
<I>val copy </I>
:
<B>t -&gt; t</B>
<P>
<P>
<P>
<P>
<I>val fill </I>
:
<B>t -&gt; pos:int -&gt; len:int -&gt; float -&gt; unit</B>
<P>
<P>
<P>
<P>
<I>val blit </I>
:
<B>src:t -&gt;</B>
<B>src_pos:int -&gt; dst:t -&gt; dst_pos:int -&gt; len:int -&gt; unit</B>
<P>
<P>
<P>
<P>
<I>val to_list </I>
:
<B>t -&gt; float list</B>
<P>
<P>
<P>
<P>
<I>val of_list </I>
:
<B>float list -&gt; t</B>
<P>
<P>
<P>
<P>
<I>val iter </I>
:
<B>f:(float -&gt; unit) -&gt; t -&gt; unit</B>
<P>
<P>
<P>
<P>
<I>val iteri </I>
:
<B>f:(int -&gt; float -&gt; unit) -&gt; t -&gt; unit</B>
<P>
<P>
<P>
<P>
<I>val map </I>
:
<B>f:(float -&gt; float) -&gt; t -&gt; t</B>
<P>
<P>
<P>
<P>
<I>val mapi </I>
:
<B>f:(int -&gt; float -&gt; float) -&gt; t -&gt; t</B>
<P>
<P>
<P>
<P>
<I>val fold_left </I>
:
<B>f:('a -&gt; float -&gt; 'a) -&gt; init:'a -&gt; t -&gt; 'a</B>
<P>
<P>
<P>
<P>
<I>val fold_right </I>
:
<B>f:(float -&gt; 'a -&gt; 'a) -&gt; t -&gt; init:'a -&gt; 'a</B>
<P>
<P>
<P>
<P>
<I>val iter2 </I>
:
<B>f:(float -&gt; float -&gt; unit) -&gt;</B>
<B>t -&gt; t -&gt; unit</B>
<P>
<P>
<P>
<P>
<I>val map2 </I>
:
<B>f:(float -&gt; float -&gt; float) -&gt;</B>
<B>t -&gt; t -&gt; t</B>
<P>
<P>
<P>
<P>
<I>val for_all </I>
:
<B>f:(float -&gt; bool) -&gt; t -&gt; bool</B>
<P>
<P>
<P>
<P>
<I>val exists </I>
:
<B>f:(float -&gt; bool) -&gt; t -&gt; bool</B>
<P>
<P>
<P>
<P>
<I>val mem </I>
:
<B>float -&gt; set:t -&gt; bool</B>
<P>
<P>
<P>
<P>
<I>val mem_ieee </I>
:
<B>float -&gt; set:t -&gt; bool</B>
<P>
<P>
<P>
<P>
<I>val sort </I>
:
<B>cmp:(float -&gt; float -&gt; int) -&gt; t -&gt; unit</B>
<P>
<P>
<P>
<P>
<I>val stable_sort </I>
:
<B>cmp:(float -&gt; float -&gt; int) -&gt; t -&gt; unit</B>
<P>
<P>
<P>
<P>
<I>val fast_sort </I>
:
<B>cmp:(float -&gt; float -&gt; int) -&gt; t -&gt; unit</B>
<P>
<P>
<P>
<P>
<I>val to_seq </I>
:
<B>t -&gt; float Seq.t</B>
<P>
<P>
<P>
<P>
<I>val to_seqi </I>
:
<B>t -&gt; (int * float) Seq.t</B>
<P>
<P>
<P>
<P>
<I>val of_seq </I>
:
<B>float Seq.t -&gt; t</B>
<P>
<P>
<P>
<P>
<I>val map_to_array </I>
:
<B>f:(float -&gt; 'a) -&gt; t -&gt; 'a array</B>
<P>
<P>
<P>
<P>
<I>val map_from_array </I>
:
<B>f:('a -&gt; float) -&gt; 'a array -&gt; t</B>
<P>
<P>
<P>
<P>
<I>val unsafe_get </I>
:
<B>t -&gt; int -&gt; float</B>
<P>
<P>
<P>
<P>
<I>val unsafe_set </I>
:
<B>t -&gt; int -&gt; float -&gt; unit</B>
<P>
<P>
<P>
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
<DT id="2"><A HREF="#lbAC">Module</A><DD>
<DT id="3"><A HREF="#lbAD">Documentation</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:43 GMT, March 31, 2021
</BODY>
</HTML>