All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.ru.casperix.math.array.float32.FloatCodec.kt Maven / Gradle / Ivy

package ru.casperix.math.array.float32

interface FloatCodec {
	fun decode(bytes: FloatArray): Custom
	fun encode(custom: Custom): FloatArray

	val floatsPerRecord:Int
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy