Convert a value to a byte array for sending over the network

Namespace:  Equis.JanusToolkit.StandardTimeLines
Assembly:  Janus (in Janus.dll)

Syntax

C#
protected override byte[] ValueToByteArray(
	float v
)

Parameters

v
Type: System..::..Single
the value to be converted

Return Value

byte array representing the value

See Also