Tao.Ode SDK Documentation

Ode.dSolveL1T Method 

[Visual Basic]
Public Shared Sub dSolveL1T( _
   ByRef L As Single, _
   ByRef b As Single, _
   ByVal n As Integer, _
   ByVal nskip As Integer _
)
[C#]
public static void dSolveL1T(
   ref float L,
   out float b,
   int n,
   int nskip
);

See Also

Ode Class | Tao.Ode Namespace