Click or drag to resize

ScalarElementSetComplex8 Method

Sets the value of this scalar as an 8-byte complex number.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public void SetComplex8(
	ComplexNumber value
)
View Source

Parameters

value  ComplexNumber
The new value as an 8-byte complex number.
See Also