Class Utils.Bytes
Inheritance
System.Object
Utils.Bytes
Namespace: Adrenak.UniVoice
Assembly: cs.temp.dll.dll
Syntax
public class Bytes
Methods
BytesToFloats(Byte[])
Declaration
public static float[] BytesToFloats(byte[] bytes)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | bytes |
Returns
Type | Description |
---|---|
System.Single[] |
FloatsToBytes(Single[])
Declaration
public static byte[] FloatsToBytes(float[] floats)
Parameters
Type | Name | Description |
---|---|---|
System.Single[] | floats |
Returns
Type | Description |
---|---|
System.Byte[] |