Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Looping
getSize Class
getSize Methods
GetSize Method
getSize
GetSize Method
Get the individual lengths of all of an
Array
's dimensions.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
public
static
IList
<
int
>
GetSize
(
this
Array
mat
)
Parameters
mat
Type:
System
Array
The
Array
to measure.
Return Value
Type:
IList
Int32
A read-only list, representing
mat
's lengths on all dimensions.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Array
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
getSize Class
WhetStone.Looping Namespace