You are here:
Home
>
MtxVec
>
AbstractMtxVec
>
FindIndexesAndLength Method
MtxVec (Delphi / C++ Builder)
Contents
|
Search
|
Home
AbstractMtxVec.FindIndexesAndLength Method
AbstractMtxVec
Overload List
#
Signature
Description
1
function
FindIndexesAndLength(
const
Dst: TVecInt;
const
a: TMtxVec;
const
op:
string
;
const
b: TCplx): Integer;
2
function
FindIndexesAndLength(
const
Dst: TVecInt;
const
a: TMtxVec;
const
op:
string
;
const
b: TMtxVec): Integer;
3
function
FindIndexesAndLength(
const
Dst: TVecInt;
const
a: TMtxVec;
const
op:
string
;
const
b: Double): Integer;
Overload 1:
function
FindIndexesAndLength(
const
Dst:
TVecInt
;
const
a:
TMtxVec
;
const
op:
string
;
const
b:
TCplx
): Integer;
#
Name
Type
Description
1
Dst
TVecInt
2
a
TMtxVec
3
op
string
4
b
TCplx
Returns: Int32
Overload 2:
function
FindIndexesAndLength(
const
Dst:
TVecInt
;
const
a:
TMtxVec
;
const
op:
string
;
const
b:
TMtxVec
): Integer;
#
Name
Type
Description
1
Dst
TVecInt
2
a
TMtxVec
3
op
string
4
b
TMtxVec
Returns: Int32
Overload 3:
function
FindIndexesAndLength(
const
Dst:
TVecInt
;
const
a:
TMtxVec
;
const
op:
string
;
const
b: Double): Integer;
#
Name
Type
Description
1
Dst
TVecInt
2
a
TMtxVec
3
op
string
4
b
Double
Returns: Int32