VML_Module_A

vmlModule.vmlModuleA.vmlModule_fuctionA(argA, argB)

This function is vmlModule function A. Result is summation of input two arguments.

Parameters:
  • argA – This is argument A.
  • argB – This is argument B
Returns:

argA+argB. Kids stuff.

vmlModule.vmlModuleA.vmlModule_fuctionB(argA, argB)

This function is vmlModule function B. Result is multiplication of input two arguments.

Args:

argA: This is argument A.

argB: This is argument B.

Returns:
argA*argB. Much more difficult than function A!