Platforms to show: All Mac Windows Linux Cross-Platform

Back to ComplexDoubleMBS class.

ComplexDoubleMBS.Imag as Double

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 ComplexDoubleMBS(1,2)
MsgBox str(c.Imag)

(Read and Write property)

ComplexDoubleMBS.Real as Double

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 ComplexDoubleMBS(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...