ILNumerics.Net
Implicit Operator

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILBaseArrayImplicit(array<Int32>[]()[])
ILNumerics.Net - numeric computing for .NET
cast system array to ILBaseArray
Declaration Syntax
C#Visual BasicVisual C++
public static implicit operator ILBaseArray (
	int[] input
)
Public Shared Widening Operator CType ( _
	input As Integer() _
) As ILBaseArray
static implicit operator ILBaseArray^ (
	array<int>^ input
)
Parameters
input (array< Int32 >[]()[])
system array type
Return Value
ILBaseArray
Remarks
The ILBaseArray returned will be of type ILArray<Int32>

If input is null or empty, an empty ILArray will be returned

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)