Tao.Ode SDK Documentation
Ode.dDot Method
[Visual Basic]
Public Shared Function dDot( _
ByRef
X0
As
Single
, _
ByRef
X1
As
Single
, _
ByVal
n
As
Integer
_
) As
Single
[C#]
public static
float
dDot(
ref
float
X0
,
ref
float
X1
,
int
n
);
See Also
Ode Class
|
Tao.Ode Namespace