IStorageSlice<T, TSelf>.Create Method

Definition

Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0

Overload List

Create(T[])

C#
TSelf Create(
	T[] values
)

Parameters

values  T[]
 

Return Value

TSelf

Create(Int32, Boolean)

C#
TSelf Create(
	int length,
	bool initializeToZero
)

Parameters

length  Int32
 
initializeToZero  Boolean
 

Return Value

TSelf

See Also