ILNumerics Ultimate VS

SizeGetBSD Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
[EXPERT INTERFACE!] Gets a reference to the internal BSD array describing the sizes / strides of this size object. Use with care!

[ILNumerics Core Module]

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

public long* GetBSD(
	bool write = false
)

Parameters

write (Optional)
Type: SystemBoolean
[Optional] Flag indicating the intended use of the BSD array returned. True: callee will alter the array. False: the array returned will not be altered (default).

Return Value

Type: Int64*
Reference to the internal BSD array.
Remarks

[ILNumerics Core Module]

See Also

Reference