Class MyExtensions
Inheritance
System.Object
MyExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: CADability.dll
Syntax
public static class MyExtensions
Methods
|
Improve this Doc
View Source
Add(Double[], Double[])
Declaration
public static double[] Add(this double[] a, double[] b)
Parameters
| Type |
Name |
Description |
| System.Double[] |
a |
|
| System.Double[] |
b |
|
Returns
| Type |
Description |
| System.Double[] |
|
|
Improve this Doc
View Source
Column<T>(T[,], Int32)
Declaration
public static IArray<T> Column<T>(this T[, ] a, int ind)
Parameters
| Type |
Name |
Description |
| T[,] |
a |
|
| System.Int32 |
ind |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Linear<T>(T[,])
Declaration
public static IArray<T> Linear<T>(this T[, ] a)
Parameters
| Type |
Name |
Description |
| T[,] |
a |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Row<T>(T[,], Int32)
Declaration
public static IArray<T> Row<T>(this T[, ] a, int ind)
Parameters
| Type |
Name |
Description |
| T[,] |
a |
|
| System.Int32 |
ind |
|
Returns
Type Parameters
|
Improve this Doc
View Source
ToIArray<T>(T[])
Declaration
public static IArray<T> ToIArray<T>(this T[] a)
Parameters
| Type |
Name |
Description |
| T[] |
a |
|
Returns
Type Parameters