Elements.TryArraysHandling Method
Defining matrix/vector element in array-like approach.
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public static bool TryArraysHandling(
Store store,
Entry leftPart,
Entry rightPart,
out Entry result
)
Public Shared Function TryArraysHandling (
store As Store,
leftPart As Entry,
rightPart As Entry,
<OutAttribute> ByRef result As Entry
) As Boolean
public:
static bool TryArraysHandling(
Store^ store,
Entry^ leftPart,
Entry^ rightPart,
[OutAttribute] Entry^% result
)
static member TryArraysHandling :
store : Store *
leftPart : Entry *
rightPart : Entry *
result : Entry byref -> bool
- store Store
-
- leftPart Entry
-
- rightPart Entry
-
- result Entry
-
Boolean