ShortExtensions

class in Clatter.Core

Extensions for shorts.

Static Methods

GetBytes

public static unsafe void GetBytes(this short value, byte[] bytes)

Fills an existing byte array with bytes.

Name Type Description
value this short (this)
bytes byte[] The byte array.