Elements.TryGetElementByIndex Method
Retreives matrix/vector element by index.
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public static bool TryGetElementByIndex(
Entry value,
Store context,
out Entry result
)
Public Shared Function TryGetElementByIndex (
value As Entry,
context As Store,
<OutAttribute> ByRef result As Entry
) As Boolean
public:
static bool TryGetElementByIndex(
Entry^ value,
Store^ context,
[OutAttribute] Entry^% result
)
static member TryGetElementByIndex :
value : Entry *
context : Store *
result : Entry byref -> bool
- value Entry
-
- context Store
-
- result Entry
-
Boolean