Platforms to show: All Mac Windows Linux Cross-Platform

Back to ComplexSingleMBS class.

ComplexSingleMBS.Imag as single

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Data Types MBS DataTypes Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get or set the imaginary part of the complex number.
Example
dim c as new ComplexSingleMBS(1,2)
MsgBox str(c.Imag)

(Read and Write property)

ComplexSingleMBS.Real as single

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Data Types MBS DataTypes Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get or set the real part of the complex number.
Example
dim c as new ComplexSingleMBS(1,2)
MsgBox str(c.Real)

(Read and Write property)

The items on this page are in the following plugins: MBS DataTypes Plugin.


The biggest plugin in space...