Method ao/or


  OR (|) overloads the or (|) method for Analysis objects.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: OR (|) overloads the or (|) method for Analysis objects.
 
  CALL:        out = a | b;
               out = or(a, b);
               out = or(a, b, c, ...);
               out = or(a, b, pl);
 
  INPUTS:      a   = any shape (1x1, 1xN, Nx1, NxM)
               b,c = same shape as 'a'
               pl  = PLIST object.
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
back to top back to top

Some information of the method ao/or are listed below:
Class name ao
Method name or
Category Arithmetic Operator
Package name ltpda
VCS Version 175910878ca914560542d679d9d392de37438d84
Min input args 2
Max input args -1
Min output args 1
Max output args -1




©LTP Team