ComplexSingleMBS class
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
ComplexSingleMBS class
A class for complex numbers.
- 2 properties
- property Imag as single
- property Real as single
- 37 methods
- method abs as single
- method Add(c as ComplexSingleMBS)
- method Add(x as single)
- method arg as single
- method conj as ComplexSingleMBS
- method Constructor(other as ComplexSingleMBS)
- method Constructor(x as single = 0.0, y as single = 0.0)
- method cos as ComplexSingleMBS
- method cosh as ComplexSingleMBS
- method Divide(c as ComplexSingleMBS)
- method Divide(x as single)
- method exp as ComplexSingleMBS
- method log as ComplexSingleMBS
- method log10 as ComplexSingleMBS
- method Multiply(c as ComplexSingleMBS)
- method Multiply(x as single)
- method norm as single
- method Operator_Add(c as ComplexSingleMBS) as ComplexSingleMBS
- method Operator_Add(x as single) as ComplexSingleMBS
- method Operator_Compare(c as ComplexSingleMBS) as Integer
- method Operator_Divide(c as ComplexSingleMBS) as ComplexSingleMBS
- method Operator_Divide(x as single) as ComplexSingleMBS
- method Operator_Multiply(c as ComplexSingleMBS) as ComplexSingleMBS
- method Operator_Multiply(x as single) as ComplexSingleMBS
- method Operator_Power(x as ComplexSingleMBS) as ComplexSingleMBS
- method Operator_Subtract(c as ComplexSingleMBS) as ComplexSingleMBS
- method Operator_Subtract(x as single) as ComplexSingleMBS
- method pow(x as ComplexSingleMBS) as ComplexSingleMBS
- method pow(x as single) as ComplexSingleMBS
- method sin as ComplexSingleMBS
- method sinh as ComplexSingleMBS
- method sqrt as ComplexSingleMBS
- method str as string
- method Subtract(c as ComplexSingleMBS)
- method Subtract(x as single)
- method tan as ComplexSingleMBS
- method tanh as ComplexSingleMBS
- 3 shared methods
- shared method PI as Double
- shared method polar(rho as single, theta as single) as ComplexSingleMBS
- shared method pow(x as single, y as ComplexSingleMBS) as ComplexSingleMBS
This class has no sub classes.
Blog Entries
The items on this page are in the following plugins: MBS DataTypes Plugin.
ComplexDoubleMBS
-
ConsoleApplication