Grading
GetData
Calling Sequence
Parameters
Description
Examples
Compatibility
GetData(obj)
obj
-
Grading object
If the Grading object obj had been constructed from numerical data or other Grading objects, then the GetData command returns that information. Otherwise, NULL is returned.
with⁡Grading:
L≔LinearFunction⁡0,5,3,−2:
GetData⁡L
<< GridPoint: [0, 5]>>,<< GridPoint: [3, -2]>>
The Grading:-GetData command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
Download Help Document