2021-03-12 21:24:01 +03:00
< html >
< head >
< meta name = "viewport" content = "width=device-width, initial-scale=1" charset = "UTF-8" >
2021-03-16 10:21:52 +03:00
< title > toFloatArray< / title >
2022-04-12 11:30:54 +03:00
< / head > < body > < 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 > < / script > < link href = "../../styles/style.css" rel = "Stylesheet" > < link href = "../../styles/jetbrains-mono.css" rel = "Stylesheet" > < link href = "../../styles/main.css" rel = "Stylesheet" > < link href = "../../styles/prism.css" rel = "Stylesheet" > < link href = "../../styles/logo-styles.css" rel = "Stylesheet" > < script type = "text/javascript" src = "../../scripts/clipboard.js" async > < / script > < script type = "text/javascript" src = "../../scripts/navigation-loader.js" async > < / script > < script type = "text/javascript" src = "../../scripts/platform-content-handler.js" async > < / script > < script type = "text/javascript" src = "../../scripts/main.js" defer > < / script > < script type = "text/javascript" src = "../../scripts/prism.js" async > < / script > < script > c o n s t s t o r a g e = l o c a l S t o r a g e . g e t I t e m ( " d o k k a - d a r k - m o d e " )
const savedDarkMode = storage ? JSON.parse(storage) : false
if(savedDarkMode === true){
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}< / script >
2021-05-08 18:18:11 +03:00
2022-04-12 11:30:54 +03:00
< div class = "navigation-wrapper" id = "navigation-wrapper" >
< div id = "leftToggler" > < span class = "icon-toggler" > < / span > < / div >
< div class = "library-name" > < a href = "../../index.html" > < span > kmath< / span > < / a > < / div >
< div > < / 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:dokkaHtmlPartial/commonMain" > common< / button > < / div >
< button id = "theme-toggle-button" > < span id = "theme-toggle" > < / span > < / button >
< div id = "searchBar" > < / div >
< / div >
< / div >
2021-03-12 21:24:01 +03:00
< div id = "container" >
2022-04-12 11:30:54 +03:00
< div id = "leftColumn" >
2021-03-12 21:24:01 +03:00
< div id = "sideMenu" > < / div >
< / div >
< div id = "main" >
2021-05-08 18:18:11 +03:00
< div class = "main-content" id = "content" pageids = "kmath-core::space.kscience.kmath.structures//toFloatArray/space.kscience.kmath.structures.Buffer[kotlin.Float]#/PointingToDeclaration//244675578" >
2022-04-12 11:30:54 +03:00
< div class = "breadcrumbs" > < a href = "../index.html" > kmath-core< / a > /< a href = "index.html" > space.kscience.kmath.structures< / a > /< a href = "to-float-array.html" > toFloatArray< / a > < / div >
2021-03-12 21:24:01 +03:00
< div class = "cover " >
2022-04-12 11:30:54 +03:00
< h1 class = "cover" > < span > to< / span > < wbr > < span > Float< / span > < wbr > < span > < span > Array< / span > < / span > < / h1 >
2021-03-12 21:24:01 +03:00
< / div >
2022-04-12 11:30:54 +03:00
< div class = "platform-hinted with-platform-tabs" data-platform-hinted = "data-platform-hinted" >
< div class = "platform-bookmarks-row" data-toggle-list = "data-toggle-list" > < button class = "platform-bookmark common-like" data-filterable-current = ":kmath-core:dokkaHtmlPartial/commonMain" data-filterable-set = ":kmath-core:dokkaHtmlPartial/commonMain" data-active = "" data-toggle = ":kmath-core:dokkaHtmlPartial/commonMain" > common< / button > < / div >
< div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-core:dokkaHtmlPartial/commonMain" > < div class = "symbol monospace" > < span class = "token keyword" > < / span > < span class = "token keyword" > fun < / span > < a href = "-buffer/index.html" > Buffer< / a > < span class = "token operator" > < < / span > < span class = "token keyword" > < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html" > Float< / a > < span class = "token operator" > > < / span > < span class = "token punctuation" > .< / span > < a href = "to-float-array.html" > < span class = "token function" > toFloatArray< / span > < / a > < span class = "token punctuation" > (< / span > < span class = "token punctuation" > )< / span > < span class = "token operator" > : < / span > < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float-array/index.html" > FloatArray< / 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 > < p class = "paragraph" > Returns a new < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float-array/index.html" > FloatArray< / a > containing all the elements of this < a href = "-buffer/index.html" > Buffer< / a > .< / p > < / div > < / div >
2021-10-13 15:08:46 +03:00
< h2 class = "" > Sources< / h2 >
< div class = "table" data-togglable = "Sources" > < a data-name = "-2041002922%2FSource%2F244675578" anchor-label = "https://github.com/mipt-npm/kmath/tree/master/kmath-core/src/commonMain/kotlin/space/kscience/kmath/structures/FloatBuffer.kt#L46" id = "-2041002922%2FSource%2F244675578" data-filterable-set = ":kmath-core:dokkaHtmlPartial/commonMain" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-core:dokkaHtmlPartial/commonMain" data-filterable-set = ":kmath-core:dokkaHtmlPartial/commonMain" >
< div class = "main-subrow keyValue " >
2022-04-12 11:30:54 +03:00
< div class = "" > < span class = "inline-flex" >
< div > < a href = "https://github.com/mipt-npm/kmath/tree/master/kmath-core/src/commonMain/kotlin/space/kscience/kmath/structures/FloatBuffer.kt#L46" > common source< / a > < / div >
< span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-2041002922%2FSource%2F244675578" > < / span >
2021-10-13 15:08:46 +03:00
< 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 >
2021-03-12 21:24:01 +03:00
< / div >
2022-04-12 11:30:54 +03:00
< div class = "footer" > < span class = "go-to-top-icon" > < a href = "#content" id = "go-to-top-link" > < / a > < / span > < span > © 2022 Copyright< / span > < span class = "pull-right" > < span > Generated by < / span > < a href = "https://github.com/Kotlin/dokka" > < span > dokka< / span > < span class = "padded-icon" > < / span > < / a > < / span > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< / body > < / html >
2021-03-12 21:24:01 +03:00