Introduced
7.0
UI Location
• Math > Basic
Description
Outputs the remainder (division operation) given the input dividend and the specified divisor.
Port Description
Inputs
|
Group ID |
Instances |
Port Name |
Connection Info |
Description |
|
0 |
1 |
value |
• Type: siICENodeDataLong or siICENodeDataFloat • Structure: siICENodeStructureAny • Context: siICENodeContextAny |
The dividend of the division operation. |
|
moduloby |
• Type: siICENodeDataLong or siICENodeDataFloat • Structure: siICENodeStructureAny • Context: siICENodeContextAny |
The divisor of the division operation. |
Outputs
|
Port Name |
Connection Info |
Description |
|
result |
• Type: siICENodeDataLong or siICENodeDataFloat • Structure: siICENodeStructureAny • Context: siICENodeContextAny |
The remainder. |
|
valid |
• Type: siICENodeDataBool • Structure: siICENodeStructureAny • Context: siICENodeContextAny |
Returns false if the remainder is undefined for the specified input values, true otherwise. |
Restrictions
• These types must match: value, moduloby, result
• These structures must match: value, moduloby, result, valid
• These contexts must match: value, moduloby, result, valid
See Also
|
|
|
|
Autodesk Softimage v7.5