Update of /cvsroot/objecthandler/ObjectHandler/gensrc/metadata
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26478/gensrc/metadata
Modified Files:
functions.xml
Log Message:
new function ohPack()
Index: functions.xml
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/metadata/functions.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** functions.xml 11 Jun 2006 12:38:21 -0000 1.3
--- functions.xml 14 Jun 2006 13:15:25 -0000 1.4
***************
*** 387,390 ****
--- 387,410 ----
</Procedure>
+ <!--Procedure name='ohPack'>
+ <description>trim error values from bottom/right of matrix/vector</description>
+ <alias>ObjHandler::ObjectHandlerXL::instance().packMatrix</alias>
+ <functionCategory>ObjectHandler</functionCategory>
+ <ParameterList>
+ <Parameters>
+ <Parameter name='inputRange'>
+ <type>any</type>
+ <tensorRank>matrix</tensorRank>
+ <description>scalar/vector/matrix of values to be packed</description>
+ </Parameter>
+ </Parameters>
+ </ParameterList>
+ <ReturnValue>
+ <type>any</type>
+ <tensorRank>matrix</tensorRank>
+ <description>input range with error values removed from bottom/right cells</description>
+ </ReturnValue>
+ </Procedure-->
+
</Functions>
</Category>
|