Click or drag to resize

Int24Multiply(Int24, Int32) Operator

Returns computed product of values.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.266-beta+c6b78f50c57a6e00a35ffa6b1d344e516617d5cd
Syntax
public static int operator *(
	Int24 value1,
	int value2
)
View Source

Parameters

value1  Int24
Int24 value as left hand operand.
value2  Int32
Int32 value as right hand operand.

Return Value

Int32
Int32 as result
See Also