Click or drag to resize

BigBinaryValue   Conversion (Int24 to BigBinaryValue)

Implicitly converts Int24 to BigBinaryValue.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.265-beta+b9fecb767fe978094c19da8101c12474843773cb
Syntax
public static implicit operator BigBinaryValue (
	Int24 value
)
View Source

Parameters

value  Int24
Int24 to convert to BigBinaryValue.

Return Value

BigBinaryValue
A BigBinaryValue representation of Int24.
See Also