ILNumerics Ultimate VS

ILMath.mod Method (BaseArray<Int16>, BaseArray<Int16>)

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

[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> mod(
	BaseArray<short> A,
	BaseArray<short> B
)

Parameters

A
Type: ILNumerics.BaseArray<Int16>
The one array.
B
Type: ILNumerics.BaseArray<Int16>
The other array.

Return Value

Type: RetArray<Int16>
Result of operating elements of A and B elementwise.
Remarks

[ILNumerics Computing Engine]

See Also

Reference