Method ao/and
AND (&) overloads the and (&) method for analysis objects.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DESCRIPTION: AND (&) overloads the and (&) method for analysis objects.
CALL: out = a & b;
out = and(a, b);
out = and(a, b, c, ...);
out = and(a, b, pl);
INPUTS: a = any shape (1x1, 1xN, Nx1, NxM)
b,c = same shape as 'a'
pl = PLIST object.
Parameters Description
VERSION: $Id: and.m,v 1.9 2011/04/08 08:56:13 hewitson Exp $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details |
|
Access |
public |
Defining Class |
ao |
Sealed |
0 |
Static |
0 |
Parameter Description
Sets for this method … |
Default |
Default |
no description |
Key |
Default Value |
Options |
Description |
back to top
Some information of the method ao/and are listed below: |
Class name |
ao |
Method name |
and |
Category |
Arithmetic Operator |
CVS Version |
$Id: and.m,v 1.9 2011/04/08 08:56:13 hewitson Exp $ |
Min input args |
2 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
-1 |
|
Previous |
|
Method: ao/ge |
 |
©LTP Team