Platforms to show: All Mac Windows Linux Cross-Platform
Back to BiggerNumberMBS class.
BiggerNumberMBS.Operator_Add(other as BiggerNumberMBS) as BiggerNumberMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Math | MBS DataTypes Plugin | 20.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
BiggerNumberMBS.Operator_AddRight(other as BiggerNumberMBS) as BiggerNumberMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Math | MBS DataTypes Plugin | 20.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
BiggerNumberMBS.Operator_Compare(other as BiggerNumberMBS) as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Math | MBS DataTypes Plugin | 20.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
BiggerNumberMBS.Operator_Convert as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Math | MBS DataTypes Plugin | 20.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
BiggerNumberMBS.Operator_Convert(value as String)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Math | MBS DataTypes Plugin | 20.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
BiggerNumberMBS.Operator_Divide(other as BiggerNumberMBS) as BiggerNumberMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Math | MBS DataTypes Plugin | 20.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
BiggerNumberMBS.Operator_DivideRight(other as BiggerNumberMBS) as BiggerNumberMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Math | MBS DataTypes Plugin | 20.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
BiggerNumberMBS.Operator_IntegerDivide(other as BiggerNumberMBS) as BiggerNumberMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Math | MBS DataTypes Plugin | 20.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Same as normal divide, but removes fraction part.
BiggerNumberMBS.Operator_IntegerDivideRight(other as BiggerNumberMBS) as BiggerNumberMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Math | MBS DataTypes Plugin | 20.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Same as normal divide, but removes fraction part.
BiggerNumberMBS.Operator_Modulo(other as BiggerNumberMBS) as BiggerNumberMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Math | MBS DataTypes Plugin | 20.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
BiggerNumberMBS.Operator_ModuloRight(other as BiggerNumberMBS) as BiggerNumberMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Math | MBS DataTypes Plugin | 20.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
BiggerNumberMBS.Operator_Multiply(other as BiggerNumberMBS) as BiggerNumberMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Math | MBS DataTypes Plugin | 20.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
BiggerNumberMBS.Operator_MultiplyRight(other as BiggerNumberMBS) as BiggerNumberMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Math | MBS DataTypes Plugin | 20.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
BiggerNumberMBS.Operator_Negate as BiggerNumberMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Math | MBS DataTypes Plugin | 20.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
BiggerNumberMBS.Operator_Power(other as BiggerNumberMBS) as BiggerNumberMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Math | MBS DataTypes Plugin | 20.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
BiggerNumberMBS.Operator_PowerRight(other as BiggerNumberMBS) as BiggerNumberMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Math | MBS DataTypes Plugin | 20.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
BiggerNumberMBS.Operator_Subtract(other as BiggerNumberMBS) as BiggerNumberMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Math | MBS DataTypes Plugin | 20.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
BiggerNumberMBS.Operator_SubtractRight(other as BiggerNumberMBS) as BiggerNumberMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Math | MBS DataTypes Plugin | 20.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The items on this page are in the following plugins: MBS DataTypes Plugin.