ILNumerics Ultimate VS

SizeGetPermuted Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Permutes the dimension of an existing BSD.

[ILNumerics Core Module]

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

public void GetPermuted(
	long* outBSD,
	uint* order,
	uint orderLen
)

Parameters

outBSD
Type: SystemInt64*
Predefined BSD.
order
Type: SystemUInt32*
Array with new dimension indices order. Each index must be contained exactly once.
orderLen
Type: SystemUInt32
Number of entries in order. This must be equal to NumberOfDimensions.
Exceptions

ExceptionCondition
ArgumentException if orderLen is not the same as NumberOfDimensions, if any existing dimension index of this Size is missing or multiple times defined in order, or if any provided pointer is NULL or if outBSD points to the same memory as this Size' BSD.
Remarks

[ILNumerics Core Module]

See Also

Reference