kmath/kmath-core/kmath-core/space.kscience.kmath.structures/-buffer/index.html

566 lines
90 KiB
HTML
Raw Normal View History

<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>Buffer</title>
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
<script>var pathToRoot = "../../../";</script>
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
<link href="../../../styles/style.css" rel="Stylesheet">
<link href="../../../styles/logo-styles.css" rel="Stylesheet">
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
<link href="../../../styles/main.css" rel="Stylesheet">
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
<script type="text/javascript" src="../../../scripts/navigation-loader.js" async="async"></script>
<script type="text/javascript" src="../../../scripts/platform-content-handler.js" async="async"></script>
<script type="text/javascript" src="../../../scripts/main.js" async="async"></script>
</head>
<body>
<div id="container">
<div id="leftColumn">
<div id="logo"></div>
<div id="paneSearch"></div>
<div id="sideMenu"></div>
</div>
<div id="main">
<div id="leftToggler"><span class="icon-toggler"></span></div>
<script type="text/javascript" src="../../../scripts/pages.js"></script>
<script type="text/javascript" src="../../../scripts/main.js"></script>
<div class="main-content" id="content" pageIds="space.kscience.kmath.structures/Buffer///PointingToDeclaration//-1972634091">
<div class="navigation-wrapper" id="navigation-wrapper">
<div class="breadcrumbs"><a href="../../index.html">kmath-core</a>/<a href="../index.html">space.kscience.kmath.structures</a>/<a href="index.html">Buffer</a></div>
<div class="pull-right d-flex">
<div class="filter-section" id="filter-section"><button class="platform-tag platform-selector common-like" data-active="" data-filter=":kmath-core:dokkaHtml/commonMain">common</button></div>
<div id="searchBar"></div>
</div>
</div>
<div class="cover ">
<h1 class="cover"><span>Buffer</span></h1>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div class="symbol monospace">interface <a href="index.html">Buffer</a>&lt;out <a href="index.html">T</a>&gt;<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><p class="paragraph">A generic immutable random-access structure for both primitives and objects.</p></div></div>
</div>
<div class="tabbedcontent">
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="Types">Types</button><button class="section-tab" data-togglable="Functions">Functions</button><button class="section-tab" data-togglable="Properties">Properties</button><button class="section-tab" data-togglable="Extensions">Extensions</button><button class="section-tab" data-togglable="Parameters">Parameters</button><button class="section-tab" data-togglable="Inheritors">Inheritors</button></div>
<div class="tabs-section-body">
<h2 class="">Parameters</h2>
<div data-togglable="Parameters">
<div class="platform-hinted WithExtraAttributes" data-platform-hinted="data-platform-hinted" data-togglable="Parameters"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div data-togglable="Parameters"><div class="table" data-togglable="Parameters"><div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain"><div class="main-subrow keyValue WithExtraAttributes"><div class=""><span class="inline-flex">T</span></div><div><div class="title"><div data-togglable="Parameters"><p class="paragraph">the type of elements contained in the buffer.</p></div></div></div></div></div></div></div></div></div>
</div>
<h2 class="">Types</h2>
<div class="table" data-togglable="Types"><a data-name="%5Bspace.kscience.kmath.structures%2FBuffer.Companion%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F-1972634091" anchor-label="Companion" id="%5Bspace.kscience.kmath.structures%2FBuffer.Companion%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="-companion/index.html">Companion</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.structures%2FBuffer.Companion%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div class="symbol monospace">object <a href="-companion/index.html">Companion</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<h2 class="">Functions</h2>
<div class="table" data-togglable="Functions"><a data-name="%5Bspace.kscience.kmath.structures%2FBuffer%2FcontentEquals%2F%23space.kscience.kmath.structures.Buffer%5B*%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" anchor-label="contentEquals" id="%5Bspace.kscience.kmath.structures%2FBuffer%2FcontentEquals%2F%23space.kscience.kmath.structures.Buffer%5B*%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="content-equals.html">contentEquals</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.structures%2FBuffer%2FcontentEquals%2F%23space.kscience.kmath.structures.Buffer%5B*%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div class="symbol monospace">open fun <a href="content-equals.html">contentEquals</a>(other: <a href="index.html">Buffer</a>&lt;*&gt;): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bspace.kscience.kmath.structures%2FBuffer%2FcontentEquals%2F%23space.kscience.kmath.structures.Buffer%5B*%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" anchor-label="contentEquals" id="%5Bspace.kscience.kmath.structures%2FBuffer%2FcontentEquals%2F%23space.kscience.kmath.structures.Buffer%5B*%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a><div class="brief "><a data-name="%5Bspace.kscience.kmath.structures%2FBuffer%2FcontentEquals%2F%23space.kscience.kmath.structures.Buffer%5B*%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" anchor-label="contentEquals" id="%5Bspace.kscience.kmath.structures%2FBuffer%2FcontentEquals%2F%23space.kscience.kmath.structures.Buffer%5B*%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>Checks content equality with another buffer.</div></div>
</div>
</div>
</div>
</div>
<a data-name="%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" anchor-label="equals" id="%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../-short-buffer/index.html#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091">equals</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div class="symbol monospace">open operator fun <a href="../-short-buffer/index.html#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091">equals</a>(other: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>?): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<a data-name="%5Bspace.kscience.kmath.structures%2FBuffer%2Fget%2F%23kotlin.Int%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" anchor-label="get" id="%5Bspace.kscience.kmath.structures%2FBuffer%2Fget%2F%23kotlin.Int%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="get.html">get</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.structures%2FBuffer%2Fget%2F%23kotlin.Int%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div class="symbol monospace">abstract operator fun <a href="get.html">get</a>(index: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>): <a href="index.html">T</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bspace.kscience.kmath.structures%2FBuffer%2Fget%2F%23kotlin.Int%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" anchor-label="get" id="%5Bspace.kscience.kmath.structures%2FBuffer%2Fget%2F%23kotlin.Int%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a><div class="brief "><a data-name="%5Bspace.kscience.kmath.structures%2FBuffer%2Fget%2F%23kotlin.Int%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" anchor-label="get" id="%5Bspace.kscience.kmath.structures%2FBuffer%2Fget%2F%23kotlin.Int%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>Gets element at given index.</div></div>
</div>
</div>
</div>
</div>
<a data-name="%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" anchor-label="hashCode" id="%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../-short-buffer/index.html#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091">hashCode</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div class="symbol monospace">open fun <a href="../-short-buffer/index.html#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091">hashCode</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<a data-name="%5Bspace.kscience.kmath.structures%2FBuffer%2Fiterator%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" anchor-label="iterator" id="%5Bspace.kscience.kmath.structures%2FBuffer%2Fiterator%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="iterator.html">iterator</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.structures%2FBuffer%2Fiterator%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div class="symbol monospace">abstract operator fun <a href="iterator.html">iterator</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-iterator/index.html">Iterator</a>&lt;<a href="index.html">T</a>&gt;<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bspace.kscience.kmath.structures%2FBuffer%2Fiterator%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" anchor-label="iterator" id="%5Bspace.kscience.kmath.structures%2FBuffer%2Fiterator%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a><div class="brief "><a data-name="%5Bspace.kscience.kmath.structures%2FBuffer%2Fiterator%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" anchor-label="iterator" id="%5Bspace.kscience.kmath.structures%2FBuffer%2Fiterator%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>Iterates over all elements.</div></div>
</div>
</div>
</div>
</div>
<a data-name="%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" anchor-label="toString" id="%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../-short-buffer/index.html#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091">toString</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div class="symbol monospace">open fun <a href="../-short-buffer/index.html#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091">toString</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<h2 class="">Properties</h2>
<div class="table" data-togglable="Properties"><a data-name="%5Bspace.kscience.kmath.structures%2FBuffer%2Fsize%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F-1972634091" anchor-label="size" id="%5Bspace.kscience.kmath.structures%2FBuffer%2Fsize%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="size.html">size</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.structures%2FBuffer%2Fsize%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><a data-name="%5Bspace.kscience.kmath.structures%2FBuffer%2Fsize%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F-1972634091" anchor-label="size" id="%5Bspace.kscience.kmath.structures%2FBuffer%2Fsize%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a><div class="symbol monospace">abstract val <a href="size.html">size</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><div class="brief "><a data-name="%5Bspace.kscience.kmath.structures%2FBuffer%2Fsize%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F-1972634091" anchor-label="size" id="%5Bspace.kscience.kmath.structures%2FBuffer%2Fsize%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>The size of this buffer.</div></div></div>
</div>
</div>
</div>
</div>
</div>
<h2 class="">Inheritors</h2>
<div class="table" data-togglable="Inheritors"><a data-name="%5Bspace.kscience.kmath.nd%2FStructure1D%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091" anchor-label="Structure1D" id="%5Bspace.kscience.kmath.nd%2FStructure1D%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../../space.kscience.kmath.nd/-structure1-d/index.html">Structure1D</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.nd%2FStructure1D%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div></div>
</div>
</div>
<a data-name="%5Bspace.kscience.kmath.structures%2FMutableBuffer%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091" anchor-label="MutableBuffer" id="%5Bspace.kscience.kmath.structures%2FMutableBuffer%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../-mutable-buffer/index.html">MutableBuffer</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.structures%2FMutableBuffer%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div></div>
</div>
</div>
<a data-name="%5Bspace.kscience.kmath.structures%2FListBuffer%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091" anchor-label="ListBuffer" id="%5Bspace.kscience.kmath.structures%2FListBuffer%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../-list-buffer/index.html">ListBuffer</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.structures%2FListBuffer%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div></div>
</div>
</div>
<a data-name="%5Bspace.kscience.kmath.structures%2FReadOnlyBuffer%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091" anchor-label="ReadOnlyBuffer" id="%5Bspace.kscience.kmath.structures%2FReadOnlyBuffer%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../-read-only-buffer/index.html">ReadOnlyBuffer</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.structures%2FReadOnlyBuffer%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div></div>
</div>
</div>
<a data-name="%5Bspace.kscience.kmath.structures%2FVirtualBuffer%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091" anchor-label="VirtualBuffer" id="%5Bspace.kscience.kmath.structures%2FVirtualBuffer%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../-virtual-buffer/index.html">VirtualBuffer</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.structures%2FVirtualBuffer%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div></div>
</div>
</div>
<a data-name="%5Bspace.kscience.kmath.structures%2FFlaggedBuffer%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091" anchor-label="FlaggedBuffer" id="%5Bspace.kscience.kmath.structures%2FFlaggedBuffer%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../-flagged-buffer/index.html">FlaggedBuffer</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.structures%2FFlaggedBuffer%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div></div>
</div>
</div>
<a data-name="%5Bspace.kscience.kmath.structures%2FFlaggedRealBuffer%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091" anchor-label="FlaggedRealBuffer" id="%5Bspace.kscience.kmath.structures%2FFlaggedRealBuffer%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../-flagged-real-buffer/index.html">FlaggedRealBuffer</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.structures%2FFlaggedRealBuffer%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div></div>
</div>
</div>
<a data-name="%5Bspace.kscience.kmath.structures%2FMemoryBuffer%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091" anchor-label="MemoryBuffer" id="%5Bspace.kscience.kmath.structures%2FMemoryBuffer%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../-memory-buffer/index.html">MemoryBuffer</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.structures%2FMemoryBuffer%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div></div>
</div>
</div>
</div>
<h2 class="tabbedcontent">Extensions</h2>
<div class="table" data-togglable="Extensions"><a data-name="%5Bspace.kscience.kmath.structures%2F%2FasIterable%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="asIterable" id="%5Bspace.kscience.kmath.structures%2F%2FasIterable%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../as-iterable.html">asIterable</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.structures%2F%2FasIterable%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div class="symbol monospace">fun &lt;<a href="../as-iterable.html">T</a>&gt; <a href="index.html">Buffer</a>&lt;<a href="../as-iterable.html">T</a>&gt;.<a href="../as-iterable.html">asIterable</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-iterable/index.html">Iterable</a>&lt;<a href="../as-iterable.html">T</a>&gt;<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bspace.kscience.kmath.structures%2F%2FasIterable%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="asIterable" id="%5Bspace.kscience.kmath.structures%2F%2FasIterable%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a><div class="brief "><a data-name="%5Bspace.kscience.kmath.structures%2F%2FasIterable%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="asIterable" id="%5Bspace.kscience.kmath.structures%2F%2FasIterable%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>Creates an iterable that returns all elements from this <a href="index.html">Buffer</a>.</div></div>
</div>
</div>
</div>
</div>
<a data-name="%5Bspace.kscience.kmath.nd%2F%2FasND%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="asND" id="%5Bspace.kscience.kmath.nd%2F%2FasND%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../../space.kscience.kmath.nd/as-n-d.html">asND</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.nd%2F%2FasND%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div class="symbol monospace">fun &lt;<a href="../../space.kscience.kmath.nd/as-n-d.html">T</a>&gt; <a href="index.html">Buffer</a>&lt;<a href="../../space.kscience.kmath.nd/as-n-d.html">T</a>&gt;.<a href="../../space.kscience.kmath.nd/as-n-d.html">asND</a>(): <a href="../../space.kscience.kmath.nd/-structure1-d/index.html">Structure1D</a>&lt;<a href="../../space.kscience.kmath.nd/as-n-d.html">T</a>&gt;<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bspace.kscience.kmath.nd%2F%2FasND%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="asND" id="%5Bspace.kscience.kmath.nd%2F%2FasND%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a><div class="brief "><a data-name="%5Bspace.kscience.kmath.nd%2F%2FasND%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="asND" id="%5Bspace.kscience.kmath.nd%2F%2FasND%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>Represent this buffer as 1D structure</div></div>
</div>
</div>
</div>
</div>
<a data-name="%5Bspace.kscience.kmath.structures%2F%2FasReadOnly%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="asReadOnly" id="%5Bspace.kscience.kmath.structures%2F%2FasReadOnly%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../as-read-only.html">asReadOnly</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.structures%2F%2FasReadOnly%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div class="symbol monospace">fun &lt;<a href="../as-read-only.html">T</a>&gt; <a href="index.html">Buffer</a>&lt;<a href="../as-read-only.html">T</a>&gt;.<a href="../as-read-only.html">asReadOnly</a>(): <a href="index.html">Buffer</a>&lt;<a href="../as-read-only.html">T</a>&gt;<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bspace.kscience.kmath.structures%2F%2FasReadOnly%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="asReadOnly" id="%5Bspace.kscience.kmath.structures%2F%2FasReadOnly%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a><div class="brief "><a data-name="%5Bspace.kscience.kmath.structures%2F%2FasReadOnly%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="asReadOnly" id="%5Bspace.kscience.kmath.structures%2F%2FasReadOnly%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>Convert this buffer to read-only buffer.</div></div>
</div>
</div>
</div>
</div>
<a data-name="%5Bspace.kscience.kmath.structures%2F%2FasSequence%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="asSequence" id="%5Bspace.kscience.kmath.structures%2F%2FasSequence%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../as-sequence.html">asSequence</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.structures%2F%2FasSequence%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div class="symbol monospace">fun &lt;<a href="../as-sequence.html">T</a>&gt; <a href="index.html">Buffer</a>&lt;<a href="../as-sequence.html">T</a>&gt;.<a href="../as-sequence.html">asSequence</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.sequences/-sequence/index.html">Sequence</a>&lt;<a href="../as-sequence.html">T</a>&gt;<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bspace.kscience.kmath.structures%2F%2FasSequence%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="asSequence" id="%5Bspace.kscience.kmath.structures%2F%2FasSequence%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a><div class="brief "><a data-name="%5Bspace.kscience.kmath.structures%2F%2FasSequence%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="asSequence" id="%5Bspace.kscience.kmath.structures%2F%2FasSequence%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>Creates a sequence that returns all elements from this <a href="index.html">Buffer</a>.</div></div>
</div>
</div>
</div>
</div>
<a data-name="%5Bspace.kscience.kmath.operations%2FFieldOperations%2Fdiv%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%2C+space.kscience.kmath.operations%2FSpaceOperations%2Fdiv%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="div" id="%5Bspace.kscience.kmath.operations%2FFieldOperations%2Fdiv%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%2C+space.kscience.kmath.operations%2FSpaceOperations%2Fdiv%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../-real-buffer-field/index.html#%5Bspace.kscience.kmath.operations%2FFieldOperations%2Fdiv%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091">div</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.operations%2FFieldOperations%2Fdiv%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%2C+space.kscience.kmath.operations%2FSpaceOperations%2Fdiv%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div class="symbol monospace">open operator fun <a href="index.html">Buffer</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>&gt;.<a href="../-real-buffer-field/index.html#%5Bspace.kscience.kmath.operations%2FFieldOperations%2Fdiv%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091">div</a>(b: <a href="index.html">Buffer</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>&gt;): <a href="index.html">Buffer</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>&gt;<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bspace.kscience.kmath.operations%2FFieldOperations%2Fdiv%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="div" id="%5Bspace.kscience.kmath.operations%2FFieldOperations%2Fdiv%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a><div class="brief "><a data-name="%5Bspace.kscience.kmath.operations%2FFieldOperations%2Fdiv%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="div" id="%5Bspace.kscience.kmath.operations%2FFieldOperations%2Fdiv%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>Division of two elements.</div></div>
<div class="divergent-group" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div class="symbol monospace">open operator fun <a href="index.html">Buffer</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>&gt;.<a href="../-real-buffer-field/index.html#%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Fdiv%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091">div</a>(k: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>): <a href="index.html">Buffer</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>&gt;<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Fdiv%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="div" id="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Fdiv%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a><div class="brief "><a data-name="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Fdiv%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="div" id="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Fdiv%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>Division of this element by scalar.</div></div>
</div>
</div>
</div>
</div>
<a data-name="%5Bspace.kscience.kmath.structures%2F%2Findices%2Fspace.kscience.kmath.structures.Buffer%5B*%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="indices" id="%5Bspace.kscience.kmath.structures%2F%2Findices%2Fspace.kscience.kmath.structures.Buffer%5B*%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../indices.html">indices</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.structures%2F%2Findices%2Fspace.kscience.kmath.structures.Buffer%5B*%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div class="symbol monospace">val <a href="index.html">Buffer</a>&lt;*&gt;.<a href="../indices.html">indices</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.ranges/-int-range/index.html">IntRange</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bspace.kscience.kmath.structures%2F%2Findices%2Fspace.kscience.kmath.structures.Buffer%5B*%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="indices" id="%5Bspace.kscience.kmath.structures%2F%2Findices%2Fspace.kscience.kmath.structures.Buffer%5B*%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a><div class="brief "><a data-name="%5Bspace.kscience.kmath.structures%2F%2Findices%2Fspace.kscience.kmath.structures.Buffer%5B*%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="indices" id="%5Bspace.kscience.kmath.structures%2F%2Findices%2Fspace.kscience.kmath.structures.Buffer%5B*%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>Returns an <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.ranges/-int-range/index.html">IntRange</a> of the valid indices for this <a href="index.html">Buffer</a>.</div></div>
</div>
</div>
</div>
</div>
<a data-name="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Fminus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="minus" id="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Fminus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../-real-buffer-field/index.html#%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Fminus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091">minus</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Fminus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div class="symbol monospace">open operator fun <a href="index.html">Buffer</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>&gt;.<a href="../-real-buffer-field/index.html#%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Fminus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091">minus</a>(b: <a href="index.html">Buffer</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>&gt;): <a href="index.html">Buffer</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>&gt;<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Fminus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="minus" id="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Fminus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a><div class="brief "><a data-name="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Fminus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="minus" id="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Fminus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>Subtraction of two elements.</div></div>
</div>
</div>
</div>
</div>
<a data-name="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Fplus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="plus" id="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Fplus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../-real-buffer-field/index.html#%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Fplus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091">plus</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Fplus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div class="symbol monospace">open operator fun <a href="index.html">Buffer</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>&gt;.<a href="../-real-buffer-field/index.html#%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Fplus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091">plus</a>(b: <a href="index.html">Buffer</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>&gt;): <a href="index.html">Buffer</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>&gt;<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Fplus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="plus" id="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Fplus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a><div class="brief "><a data-name="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Fplus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="plus" id="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Fplus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>Addition of two elements.</div></div>
</div>
</div>
</div>
</div>
<a data-name="%5Bspace.kscience.kmath.operations%2FPowerOperations%2Fpow%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="pow" id="%5Bspace.kscience.kmath.operations%2FPowerOperations%2Fpow%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../-real-buffer-field/index.html#%5Bspace.kscience.kmath.operations%2FPowerOperations%2Fpow%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091">pow</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.operations%2FPowerOperations%2Fpow%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div class="symbol monospace">open infix fun <a href="index.html">Buffer</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>&gt;.<a href="../-real-buffer-field/index.html#%5Bspace.kscience.kmath.operations%2FPowerOperations%2Fpow%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091">pow</a>(pow: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>): <a href="index.html">Buffer</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>&gt;<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bspace.kscience.kmath.operations%2FPowerOperations%2Fpow%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="pow" id="%5Bspace.kscience.kmath.operations%2FPowerOperations%2Fpow%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a><div class="brief "><a data-name="%5Bspace.kscience.kmath.operations%2FPowerOperations%2Fpow%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="pow" id="%5Bspace.kscience.kmath.operations%2FPowerOperations%2Fpow%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>Raises this value to the power <span data-unresolved-link="space.kscience.kmath.operations/PowerOperations/pow/#/PointingToCallableParameters(-1)/">pow</span>.</div></div>
</div>
</div>
</div>
</div>
<a data-name="%5Bspace.kscience.kmath.operations%2FRingOperations%2Ftimes%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%2C+space.kscience.kmath.operations%2FSpaceOperations%2Ftimes%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="times" id="%5Bspace.kscience.kmath.operations%2FRingOperations%2Ftimes%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%2C+space.kscience.kmath.operations%2FSpaceOperations%2Ftimes%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../-real-buffer-field/index.html#%5Bspace.kscience.kmath.operations%2FRingOperations%2Ftimes%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091">times</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.operations%2FRingOperations%2Ftimes%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%2C+space.kscience.kmath.operations%2FSpaceOperations%2Ftimes%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div class="symbol monospace">open operator fun <a href="index.html">Buffer</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>&gt;.<a href="../-real-buffer-field/index.html#%5Bspace.kscience.kmath.operations%2FRingOperations%2Ftimes%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091">times</a>(b: <a href="index.html">Buffer</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>&gt;): <a href="index.html">Buffer</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>&gt;<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bspace.kscience.kmath.operations%2FRingOperations%2Ftimes%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="times" id="%5Bspace.kscience.kmath.operations%2FRingOperations%2Ftimes%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a><div class="brief "><a data-name="%5Bspace.kscience.kmath.operations%2FRingOperations%2Ftimes%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="times" id="%5Bspace.kscience.kmath.operations%2FRingOperations%2Ftimes%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23space.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>Multiplies this element by scalar.</div></div>
<div class="divergent-group" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div class="symbol monospace">open operator fun <a href="index.html">Buffer</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>&gt;.<a href="../-real-buffer-field/index.html#%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Ftimes%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091">times</a>(k: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html">Number</a>): <a href="index.html">Buffer</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>&gt;<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Ftimes%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="times" id="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Ftimes%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a><div class="brief "><a data-name="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Ftimes%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="times" id="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2Ftimes%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23kotlin.Number%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>Multiplication of this element by a scalar.</div></div>
</div>
</div>
</div>
</div>
<a data-name="%5Bspace.kscience.kmath.structures%2F%2FtoList%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="toList" id="%5Bspace.kscience.kmath.structures%2F%2FtoList%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../to-list.html">toList</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.structures%2F%2FtoList%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div class="symbol monospace">fun &lt;<a href="../to-list.html">T</a>&gt; <a href="index.html">Buffer</a>&lt;<a href="../to-list.html">T</a>&gt;.<a href="../to-list.html">toList</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a>&lt;<a href="../to-list.html">T</a>&gt;<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bspace.kscience.kmath.structures%2F%2FtoList%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="toList" id="%5Bspace.kscience.kmath.structures%2F%2FtoList%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a><div class="brief "><a data-name="%5Bspace.kscience.kmath.structures%2F%2FtoList%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="toList" id="%5Bspace.kscience.kmath.structures%2F%2FtoList%2Fspace.kscience.kmath.structures.Buffer%5BTypeParam%28bounds%3D%5Bkotlin.Any%3F%5D%29%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>Converts this <a href="index.html">Buffer</a> to a new <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a></div></div>
</div>
</div>
</div>
</div>
<a data-name="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2FunaryMinus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="unaryMinus" id="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2FunaryMinus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../-real-buffer-field/index.html#%5Bspace.kscience.kmath.operations%2FSpaceOperations%2FunaryMinus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091">unaryMinus</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2FunaryMinus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div class="symbol monospace">open operator fun <a href="index.html">Buffer</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>&gt;.<a href="../-real-buffer-field/index.html#%5Bspace.kscience.kmath.operations%2FSpaceOperations%2FunaryMinus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091">unaryMinus</a>(): <a href="index.html">Buffer</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>&gt;<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2FunaryMinus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="unaryMinus" id="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2FunaryMinus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a><div class="brief "><a data-name="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2FunaryMinus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="unaryMinus" id="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2FunaryMinus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>The negation of this element.</div></div>
</div>
</div>
</div>
</div>
<a data-name="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2FunaryPlus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="unaryPlus" id="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2FunaryPlus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>
<div class="table-row" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="../-real-buffer-field/index.html#%5Bspace.kscience.kmath.operations%2FSpaceOperations%2FunaryPlus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091">unaryPlus</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2FunaryPlus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="platform-tags ">
<div class="platform-tag common-like">common</div>
</div>
<div class="title"><div class="divergent-group" data-filterable-current=":kmath-core:dokkaHtml/commonMain" data-filterable-set=":kmath-core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":kmath-core:dokkaHtml/commonMain"><div class="symbol monospace">open operator fun <a href="index.html">Buffer</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>&gt;.<a href="../-real-buffer-field/index.html#%5Bspace.kscience.kmath.operations%2FSpaceOperations%2FunaryPlus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F-1972634091">unaryPlus</a>(): <a href="index.html">Buffer</a>&lt;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>&gt;<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<a data-name="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2FunaryPlus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="unaryPlus" id="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2FunaryPlus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a><div class="brief "><a data-name="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2FunaryPlus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" anchor-label="unaryPlus" id="%5Bspace.kscience.kmath.operations%2FSpaceOperations%2FunaryPlus%2Fspace.kscience.kmath.structures.Buffer%5Bkotlin.Double%5D%23%2FPointingToDeclaration%2F%5D%2FExtensions%2F-1972634091" data-filterable-set=":kmath-core:dokkaHtml/commonMain"></a>Returns this value.</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"></span></a></span></div>
</div>
</div>
</body>
</html>