ILNumerics Ultimate VS

ILMathdivide Method (BaseArrayInt16, BaseArrayInt16)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Binary, elementwise, broadcasting operation: Divide.

[ILNumerics Computing Engine]

Namespace:  ILNumerics
Assembly:  ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static RetArray<short> divide(
	BaseArray<short> A,
	BaseArray<short> B
)

Parameters

A
Type: ILNumericsBaseArrayInt16
The one array.
B
Type: ILNumericsBaseArrayInt16
The other array.

Return Value

Type: RetArrayInt16
Result of operating elements of A and B elementwise.
Remarks

[ILNumerics Computing Engine]

See Also

Reference