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