← Docs
kotlin-stdlib / kotlin.native / vectorOf

vectorOf

Native
1.3
@DeprecatedSinceKotlin ( "1.9" ) fun vectorOf (
f0 : Float ,
f1 : Float ,
f2 : Float ,
f3 : Float
) : Vector128

(source)
Deprecated: Use kotlinx.cinterop.vectorOf instead.
@DeprecatedSinceKotlin ( "1.9" ) fun vectorOf (
f0 : Int ,
f1 : Int ,
f2 : Int ,
f3 : Int
) : Vector128

(source)
Deprecated: Use kotlinx.cinterop.vectorOf instead.
Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .