Class GenericModulo
Returns the remainder of the division of two objects.
Inherited Members
Namespace: Ludiq.Bolt
Syntax
[UnitCategory("Math/Generic")]
[UnitDisplay("Modulo")]
public sealed class GenericModulo : Modulo<object>, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphChild, IObservableDisposable, IDisposable, INotifiedCollectionChild<IGraph>, ICollectionChild<IGraph>, IPrewarmable, IIdentifiable, INotifyPropertyChanged, ISerializationCallbackReceiver
Methods
Operation(Object, Object)
Declaration
public override object Operation(object a, object b)
Parameters
| Type | Name | Description | 
|---|---|---|
| Object | a | |
| Object | b | 
Returns
| Type | Description | 
|---|---|
| Object | 
Overrides
Ludiq.Bolt.Modulo<System.Object>.Operation(System.Object, System.Object)