Aardvark.Base


BoxFun

Static members

Static memberDescription
GetBoundingBox2d(pointArray)
Signature: (pointArray:V2d []) -> Box2d
GetBoundingBox2d(pointArray, count)
Signature: (pointArray:V2d [] * count:int64) -> Box2d

Returns the BoundingBox2d of the first count elements of the array.

GetBoundingBox2d(...)
Signature: (pointArray:V2d [] * start:int64 * count:int64) -> Box2d

Returns the BoundingBox2d of count elements of the array starting at start

GetBoundingBox2d(...)
Signature: (array:'T [] * start:int64 * count:int64 * pointSelector:Func<'T,V2d>) -> Box2d
Type parameters: 'T

Returns the BoundingBox2d of count elements of the array starting at start

GetBoundingBox2d(pointList)
Signature: pointList:List<V2d> -> Box2d
GetBoundingBox2d(pointList, count)
Signature: (pointList:List<V2d> * count:int) -> Box2d

Returns the BoundingBox2d of the first count elements of the list.

GetBoundingBox2d(indexArray, pointArray)
Signature: (indexArray:int [] * pointArray:V2d []) -> Box2d
GetBoundingBox2d(...)
Signature: (indexArray:int [] * count:int * pointArray:V2d []) -> Box2d
GetBoundingBox2d(...)
Signature: (indexArray:int [] * start:int * count:int * pointArray:V2d []) -> Box2d
GetBoundingBox2d(...)
Signature: (indexArray:int [] * start:int * count:int * array:'T [] * pointSelector:Func<'T,V2d>) -> Box2d
Type parameters: 'T
GetBoundingBox2d(indexArray, pointArray)
Signature: (indexArray:int64 [] * pointArray:V2d []) -> Box2d
GetBoundingBox2d(...)
Signature: (indexArray:int64 [] * count:int64 * pointArray:V2d []) -> Box2d
GetBoundingBox2d(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * pointArray:V2d []) -> Box2d
GetBoundingBox2d(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * array:'T [] * pointSelector:Func<'T,V2d>) -> Box2d
Type parameters: 'T
GetBoundingBox2d(points)
Signature: points:IEnumerable<V2d> -> Box2d
GetBoundingBox2f(pointArray)
Signature: (pointArray:V2f []) -> Box2f
GetBoundingBox2f(pointArray, count)
Signature: (pointArray:V2f [] * count:int64) -> Box2f

Returns the BoundingBox2f of the first count elements of the array.

GetBoundingBox2f(...)
Signature: (pointArray:V2f [] * start:int64 * count:int64) -> Box2f

Returns the BoundingBox2f of count elements of the array starting at start

GetBoundingBox2f(...)
Signature: (array:'T [] * start:int64 * count:int64 * pointSelector:Func<'T,V2f>) -> Box2f
Type parameters: 'T

Returns the BoundingBox2f of count elements of the array starting at start

GetBoundingBox2f(pointList)
Signature: pointList:List<V2f> -> Box2f
GetBoundingBox2f(pointList, count)
Signature: (pointList:List<V2f> * count:int) -> Box2f

Returns the BoundingBox2f of the first count elements of the list.

GetBoundingBox2f(indexArray, pointArray)
Signature: (indexArray:int [] * pointArray:V2f []) -> Box2f
GetBoundingBox2f(...)
Signature: (indexArray:int [] * count:int * pointArray:V2f []) -> Box2f
GetBoundingBox2f(...)
Signature: (indexArray:int [] * start:int * count:int * pointArray:V2f []) -> Box2f
GetBoundingBox2f(...)
Signature: (indexArray:int [] * start:int * count:int * array:'T [] * pointSelector:Func<'T,V2f>) -> Box2f
Type parameters: 'T
GetBoundingBox2f(indexArray, pointArray)
Signature: (indexArray:int64 [] * pointArray:V2f []) -> Box2f
GetBoundingBox2f(...)
Signature: (indexArray:int64 [] * count:int64 * pointArray:V2f []) -> Box2f
GetBoundingBox2f(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * pointArray:V2f []) -> Box2f
GetBoundingBox2f(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * array:'T [] * pointSelector:Func<'T,V2f>) -> Box2f
Type parameters: 'T
GetBoundingBox2f(points)
Signature: points:IEnumerable<V2f> -> Box2f
GetBoundingBox2i(pointArray)
Signature: (pointArray:V2i []) -> Box2i
GetBoundingBox2i(pointArray, count)
Signature: (pointArray:V2i [] * count:int64) -> Box2i

Returns the BoundingBox2i of the first count elements of the array.

GetBoundingBox2i(...)
Signature: (pointArray:V2i [] * start:int64 * count:int64) -> Box2i

Returns the BoundingBox2i of count elements of the array starting at start

GetBoundingBox2i(...)
Signature: (array:'T [] * start:int64 * count:int64 * pointSelector:Func<'T,V2i>) -> Box2i
Type parameters: 'T

Returns the BoundingBox2i of count elements of the array starting at start

GetBoundingBox2i(pointList)
Signature: pointList:List<V2i> -> Box2i
GetBoundingBox2i(pointList, count)
Signature: (pointList:List<V2i> * count:int) -> Box2i

Returns the BoundingBox2i of the first count elements of the list.

GetBoundingBox2i(indexArray, pointArray)
Signature: (indexArray:int [] * pointArray:V2i []) -> Box2i
GetBoundingBox2i(...)
Signature: (indexArray:int [] * count:int * pointArray:V2i []) -> Box2i
GetBoundingBox2i(...)
Signature: (indexArray:int [] * start:int * count:int * pointArray:V2i []) -> Box2i
GetBoundingBox2i(...)
Signature: (indexArray:int [] * start:int * count:int * array:'T [] * pointSelector:Func<'T,V2i>) -> Box2i
Type parameters: 'T
GetBoundingBox2i(indexArray, pointArray)
Signature: (indexArray:int64 [] * pointArray:V2i []) -> Box2i
GetBoundingBox2i(...)
Signature: (indexArray:int64 [] * count:int64 * pointArray:V2i []) -> Box2i
GetBoundingBox2i(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * pointArray:V2i []) -> Box2i
GetBoundingBox2i(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * array:'T [] * pointSelector:Func<'T,V2i>) -> Box2i
Type parameters: 'T
GetBoundingBox2i(points)
Signature: points:IEnumerable<V2i> -> Box2i
GetBoundingBox2l(pointArray)
Signature: (pointArray:V2l []) -> Box2l
GetBoundingBox2l(pointArray, count)
Signature: (pointArray:V2l [] * count:int64) -> Box2l

Returns the BoundingBox2l of the first count elements of the array.

GetBoundingBox2l(...)
Signature: (pointArray:V2l [] * start:int64 * count:int64) -> Box2l

Returns the BoundingBox2l of count elements of the array starting at start

GetBoundingBox2l(...)
Signature: (array:'T [] * start:int64 * count:int64 * pointSelector:Func<'T,V2l>) -> Box2l
Type parameters: 'T

Returns the BoundingBox2l of count elements of the array starting at start

GetBoundingBox2l(pointList)
Signature: pointList:List<V2l> -> Box2l
GetBoundingBox2l(pointList, count)
Signature: (pointList:List<V2l> * count:int) -> Box2l

Returns the BoundingBox2l of the first count elements of the list.

GetBoundingBox2l(indexArray, pointArray)
Signature: (indexArray:int [] * pointArray:V2l []) -> Box2l
GetBoundingBox2l(...)
Signature: (indexArray:int [] * count:int * pointArray:V2l []) -> Box2l
GetBoundingBox2l(...)
Signature: (indexArray:int [] * start:int * count:int * pointArray:V2l []) -> Box2l
GetBoundingBox2l(...)
Signature: (indexArray:int [] * start:int * count:int * array:'T [] * pointSelector:Func<'T,V2l>) -> Box2l
Type parameters: 'T
GetBoundingBox2l(indexArray, pointArray)
Signature: (indexArray:int64 [] * pointArray:V2l []) -> Box2l
GetBoundingBox2l(...)
Signature: (indexArray:int64 [] * count:int64 * pointArray:V2l []) -> Box2l
GetBoundingBox2l(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * pointArray:V2l []) -> Box2l
GetBoundingBox2l(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * array:'T [] * pointSelector:Func<'T,V2l>) -> Box2l
Type parameters: 'T
GetBoundingBox2l(points)
Signature: points:IEnumerable<V2l> -> Box2l
GetBoundingBox3d(pointArray)
Signature: (pointArray:V3d []) -> Box3d
GetBoundingBox3d(pointArray, count)
Signature: (pointArray:V3d [] * count:int64) -> Box3d

Returns the BoundingBox3d of the first count elements of the array.

GetBoundingBox3d(...)
Signature: (pointArray:V3d [] * start:int64 * count:int64) -> Box3d

Returns the BoundingBox3d of count elements of the array starting at start

GetBoundingBox3d(...)
Signature: (array:'T [] * start:int64 * count:int64 * pointSelector:Func<'T,V3d>) -> Box3d
Type parameters: 'T

Returns the BoundingBox3d of count elements of the array starting at start

GetBoundingBox3d(pointList)
Signature: pointList:List<V3d> -> Box3d
GetBoundingBox3d(pointList, count)
Signature: (pointList:List<V3d> * count:int) -> Box3d

Returns the BoundingBox3d of the first count elements of the list.

GetBoundingBox3d(indexArray, pointArray)
Signature: (indexArray:int [] * pointArray:V3d []) -> Box3d
GetBoundingBox3d(...)
Signature: (indexArray:int [] * count:int * pointArray:V3d []) -> Box3d
GetBoundingBox3d(...)
Signature: (indexArray:int [] * start:int * count:int * pointArray:V3d []) -> Box3d
GetBoundingBox3d(...)
Signature: (indexArray:int [] * start:int * count:int * array:'T [] * pointSelector:Func<'T,V3d>) -> Box3d
Type parameters: 'T
GetBoundingBox3d(indexArray, pointArray)
Signature: (indexArray:int64 [] * pointArray:V3d []) -> Box3d
GetBoundingBox3d(...)
Signature: (indexArray:int64 [] * count:int64 * pointArray:V3d []) -> Box3d
GetBoundingBox3d(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * pointArray:V3d []) -> Box3d
GetBoundingBox3d(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * array:'T [] * pointSelector:Func<'T,V3d>) -> Box3d
Type parameters: 'T
GetBoundingBox3d(points)
Signature: points:IEnumerable<V3d> -> Box3d
GetBoundingBox3f(pointArray)
Signature: (pointArray:V3f []) -> Box3f
GetBoundingBox3f(pointArray, count)
Signature: (pointArray:V3f [] * count:int64) -> Box3f

Returns the BoundingBox3f of the first count elements of the array.

GetBoundingBox3f(...)
Signature: (pointArray:V3f [] * start:int64 * count:int64) -> Box3f

Returns the BoundingBox3f of count elements of the array starting at start

GetBoundingBox3f(...)
Signature: (array:'T [] * start:int64 * count:int64 * pointSelector:Func<'T,V3f>) -> Box3f
Type parameters: 'T

Returns the BoundingBox3f of count elements of the array starting at start

GetBoundingBox3f(pointList)
Signature: pointList:List<V3f> -> Box3f
GetBoundingBox3f(pointList, count)
Signature: (pointList:List<V3f> * count:int) -> Box3f

Returns the BoundingBox3f of the first count elements of the list.

GetBoundingBox3f(indexArray, pointArray)
Signature: (indexArray:int [] * pointArray:V3f []) -> Box3f
GetBoundingBox3f(...)
Signature: (indexArray:int [] * count:int * pointArray:V3f []) -> Box3f
GetBoundingBox3f(...)
Signature: (indexArray:int [] * start:int * count:int * pointArray:V3f []) -> Box3f
GetBoundingBox3f(...)
Signature: (indexArray:int [] * start:int * count:int * array:'T [] * pointSelector:Func<'T,V3f>) -> Box3f
Type parameters: 'T
GetBoundingBox3f(indexArray, pointArray)
Signature: (indexArray:int64 [] * pointArray:V3f []) -> Box3f
GetBoundingBox3f(...)
Signature: (indexArray:int64 [] * count:int64 * pointArray:V3f []) -> Box3f
GetBoundingBox3f(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * pointArray:V3f []) -> Box3f
GetBoundingBox3f(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * array:'T [] * pointSelector:Func<'T,V3f>) -> Box3f
Type parameters: 'T
GetBoundingBox3f(points)
Signature: points:IEnumerable<V3f> -> Box3f
GetBoundingBox3i(pointArray)
Signature: (pointArray:V3i []) -> Box3i
GetBoundingBox3i(pointArray, count)
Signature: (pointArray:V3i [] * count:int64) -> Box3i

Returns the BoundingBox3i of the first count elements of the array.

GetBoundingBox3i(...)
Signature: (pointArray:V3i [] * start:int64 * count:int64) -> Box3i

Returns the BoundingBox3i of count elements of the array starting at start

GetBoundingBox3i(...)
Signature: (array:'T [] * start:int64 * count:int64 * pointSelector:Func<'T,V3i>) -> Box3i
Type parameters: 'T

Returns the BoundingBox3i of count elements of the array starting at start

GetBoundingBox3i(pointList)
Signature: pointList:List<V3i> -> Box3i
GetBoundingBox3i(pointList, count)
Signature: (pointList:List<V3i> * count:int) -> Box3i

Returns the BoundingBox3i of the first count elements of the list.

GetBoundingBox3i(indexArray, pointArray)
Signature: (indexArray:int [] * pointArray:V3i []) -> Box3i
GetBoundingBox3i(...)
Signature: (indexArray:int [] * count:int * pointArray:V3i []) -> Box3i
GetBoundingBox3i(...)
Signature: (indexArray:int [] * start:int * count:int * pointArray:V3i []) -> Box3i
GetBoundingBox3i(...)
Signature: (indexArray:int [] * start:int * count:int * array:'T [] * pointSelector:Func<'T,V3i>) -> Box3i
Type parameters: 'T
GetBoundingBox3i(indexArray, pointArray)
Signature: (indexArray:int64 [] * pointArray:V3i []) -> Box3i
GetBoundingBox3i(...)
Signature: (indexArray:int64 [] * count:int64 * pointArray:V3i []) -> Box3i
GetBoundingBox3i(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * pointArray:V3i []) -> Box3i
GetBoundingBox3i(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * array:'T [] * pointSelector:Func<'T,V3i>) -> Box3i
Type parameters: 'T
GetBoundingBox3i(points)
Signature: points:IEnumerable<V3i> -> Box3i
GetBoundingBox3l(pointArray)
Signature: (pointArray:V3l []) -> Box3l
GetBoundingBox3l(pointArray, count)
Signature: (pointArray:V3l [] * count:int64) -> Box3l

Returns the BoundingBox3l of the first count elements of the array.

GetBoundingBox3l(...)
Signature: (pointArray:V3l [] * start:int64 * count:int64) -> Box3l

Returns the BoundingBox3l of count elements of the array starting at start

GetBoundingBox3l(...)
Signature: (array:'T [] * start:int64 * count:int64 * pointSelector:Func<'T,V3l>) -> Box3l
Type parameters: 'T

Returns the BoundingBox3l of count elements of the array starting at start

GetBoundingBox3l(pointList)
Signature: pointList:List<V3l> -> Box3l
GetBoundingBox3l(pointList, count)
Signature: (pointList:List<V3l> * count:int) -> Box3l

Returns the BoundingBox3l of the first count elements of the list.

GetBoundingBox3l(indexArray, pointArray)
Signature: (indexArray:int [] * pointArray:V3l []) -> Box3l
GetBoundingBox3l(...)
Signature: (indexArray:int [] * count:int * pointArray:V3l []) -> Box3l
GetBoundingBox3l(...)
Signature: (indexArray:int [] * start:int * count:int * pointArray:V3l []) -> Box3l
GetBoundingBox3l(...)
Signature: (indexArray:int [] * start:int * count:int * array:'T [] * pointSelector:Func<'T,V3l>) -> Box3l
Type parameters: 'T
GetBoundingBox3l(indexArray, pointArray)
Signature: (indexArray:int64 [] * pointArray:V3l []) -> Box3l
GetBoundingBox3l(...)
Signature: (indexArray:int64 [] * count:int64 * pointArray:V3l []) -> Box3l
GetBoundingBox3l(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * pointArray:V3l []) -> Box3l
GetBoundingBox3l(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * array:'T [] * pointSelector:Func<'T,V3l>) -> Box3l
Type parameters: 'T
GetBoundingBox3l(points)
Signature: points:IEnumerable<V3l> -> Box3l
GetBoundingRange1b(pointArray)
Signature: (pointArray:byte []) -> Range1b
GetBoundingRange1b(pointArray, count)
Signature: (pointArray:byte [] * count:int64) -> Range1b

Returns the BoundingRange1b of the first count elements of the array.

GetBoundingRange1b(...)
Signature: (pointArray:byte [] * start:int64 * count:int64) -> Range1b

Returns the BoundingRange1b of count elements of the array starting at start

GetBoundingRange1b(...)
Signature: (array:'T [] * start:int64 * count:int64 * pointSelector:Func<'T,byte>) -> Range1b
Type parameters: 'T

Returns the BoundingRange1b of count elements of the array starting at start

GetBoundingRange1b(pointList)
Signature: pointList:List<byte> -> Range1b
GetBoundingRange1b(pointList, count)
Signature: (pointList:List<byte> * count:int) -> Range1b

Returns the BoundingRange1b of the first count elements of the list.

GetBoundingRange1b(...)
Signature: (indexArray:int [] * pointArray:byte []) -> Range1b
GetBoundingRange1b(...)
Signature: (indexArray:int [] * count:int * pointArray:byte []) -> Range1b
GetBoundingRange1b(...)
Signature: (indexArray:int [] * start:int * count:int * pointArray:byte []) -> Range1b
GetBoundingRange1b(...)
Signature: (indexArray:int [] * start:int * count:int * array:'T [] * pointSelector:Func<'T,byte>) -> Range1b
Type parameters: 'T
GetBoundingRange1b(...)
Signature: (indexArray:int64 [] * pointArray:byte []) -> Range1b
GetBoundingRange1b(...)
Signature: (indexArray:int64 [] * count:int64 * pointArray:byte []) -> Range1b
GetBoundingRange1b(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * pointArray:byte []) -> Range1b
GetBoundingRange1b(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * array:'T [] * pointSelector:Func<'T,byte>) -> Range1b
Type parameters: 'T
GetBoundingRange1b(points)
Signature: points:IEnumerable<byte> -> Range1b
GetBoundingRange1d(pointArray)
Signature: (pointArray:float []) -> Range1d
GetBoundingRange1d(pointArray, count)
Signature: (pointArray:float [] * count:int64) -> Range1d

Returns the BoundingRange1d of the first count elements of the array.

GetBoundingRange1d(...)
Signature: (pointArray:float [] * start:int64 * count:int64) -> Range1d

Returns the BoundingRange1d of count elements of the array starting at start

GetBoundingRange1d(...)
Signature: (array:'T [] * start:int64 * count:int64 * pointSelector:Func<'T,float>) -> Range1d
Type parameters: 'T

Returns the BoundingRange1d of count elements of the array starting at start

GetBoundingRange1d(pointList)
Signature: pointList:List<float> -> Range1d
GetBoundingRange1d(pointList, count)
Signature: (pointList:List<float> * count:int) -> Range1d

Returns the BoundingRange1d of the first count elements of the list.

GetBoundingRange1d(...)
Signature: (indexArray:int [] * pointArray:float []) -> Range1d
GetBoundingRange1d(...)
Signature: (indexArray:int [] * count:int * pointArray:float []) -> Range1d
GetBoundingRange1d(...)
Signature: (indexArray:int [] * start:int * count:int * pointArray:float []) -> Range1d
GetBoundingRange1d(...)
Signature: (indexArray:int [] * start:int * count:int * array:'T [] * pointSelector:Func<'T,float>) -> Range1d
Type parameters: 'T
GetBoundingRange1d(...)
Signature: (indexArray:int64 [] * pointArray:float []) -> Range1d
GetBoundingRange1d(...)
Signature: (indexArray:int64 [] * count:int64 * pointArray:float []) -> Range1d
GetBoundingRange1d(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * pointArray:float []) -> Range1d
GetBoundingRange1d(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * array:'T [] * pointSelector:Func<'T,float>) -> Range1d
Type parameters: 'T
GetBoundingRange1d(points)
Signature: points:IEnumerable<float> -> Range1d
GetBoundingRange1f(pointArray)
Signature: (pointArray:float32 []) -> Range1f
GetBoundingRange1f(pointArray, count)
Signature: (pointArray:float32 [] * count:int64) -> Range1f

Returns the BoundingRange1f of the first count elements of the array.

GetBoundingRange1f(...)
Signature: (pointArray:float32 [] * start:int64 * count:int64) -> Range1f

Returns the BoundingRange1f of count elements of the array starting at start

GetBoundingRange1f(...)
Signature: (array:'T [] * start:int64 * count:int64 * pointSelector:Func<'T,float32>) -> Range1f
Type parameters: 'T

Returns the BoundingRange1f of count elements of the array starting at start

GetBoundingRange1f(pointList)
Signature: pointList:List<float32> -> Range1f
GetBoundingRange1f(pointList, count)
Signature: (pointList:List<float32> * count:int) -> Range1f

Returns the BoundingRange1f of the first count elements of the list.

GetBoundingRange1f(...)
Signature: (indexArray:int [] * pointArray:float32 []) -> Range1f
GetBoundingRange1f(...)
Signature: (indexArray:int [] * count:int * pointArray:float32 []) -> Range1f
GetBoundingRange1f(...)
Signature: (indexArray:int [] * start:int * count:int * pointArray:float32 []) -> Range1f
GetBoundingRange1f(...)
Signature: (indexArray:int [] * start:int * count:int * array:'T [] * pointSelector:Func<'T,float32>) -> Range1f
Type parameters: 'T
GetBoundingRange1f(...)
Signature: (indexArray:int64 [] * pointArray:float32 []) -> Range1f
GetBoundingRange1f(...)
Signature: (indexArray:int64 [] * count:int64 * pointArray:float32 []) -> Range1f
GetBoundingRange1f(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * pointArray:float32 []) -> Range1f
GetBoundingRange1f(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * array:'T [] * pointSelector:Func<'T,float32>) -> Range1f
Type parameters: 'T
GetBoundingRange1f(points)
Signature: points:IEnumerable<float32> -> Range1f
GetBoundingRange1i(pointArray)
Signature: (pointArray:int []) -> Range1i
GetBoundingRange1i(pointArray, count)
Signature: (pointArray:int [] * count:int64) -> Range1i

Returns the BoundingRange1i of the first count elements of the array.

GetBoundingRange1i(...)
Signature: (pointArray:int [] * start:int64 * count:int64) -> Range1i

Returns the BoundingRange1i of count elements of the array starting at start

GetBoundingRange1i(...)
Signature: (array:'T [] * start:int64 * count:int64 * pointSelector:Func<'T,int>) -> Range1i
Type parameters: 'T

Returns the BoundingRange1i of count elements of the array starting at start

GetBoundingRange1i(pointList)
Signature: pointList:List<int> -> Range1i
GetBoundingRange1i(pointList, count)
Signature: (pointList:List<int> * count:int) -> Range1i

Returns the BoundingRange1i of the first count elements of the list.

GetBoundingRange1i(...)
Signature: (indexArray:int [] * pointArray:int []) -> Range1i
GetBoundingRange1i(...)
Signature: (indexArray:int [] * count:int * pointArray:int []) -> Range1i
GetBoundingRange1i(...)
Signature: (indexArray:int [] * start:int * count:int * pointArray:int []) -> Range1i
GetBoundingRange1i(...)
Signature: (indexArray:int [] * start:int * count:int * array:'T [] * pointSelector:Func<'T,int>) -> Range1i
Type parameters: 'T
GetBoundingRange1i(...)
Signature: (indexArray:int64 [] * pointArray:int []) -> Range1i
GetBoundingRange1i(...)
Signature: (indexArray:int64 [] * count:int64 * pointArray:int []) -> Range1i
GetBoundingRange1i(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * pointArray:int []) -> Range1i
GetBoundingRange1i(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * array:'T [] * pointSelector:Func<'T,int>) -> Range1i
Type parameters: 'T
GetBoundingRange1i(points)
Signature: points:IEnumerable<int> -> Range1i
GetBoundingRange1l(pointArray)
Signature: (pointArray:int64 []) -> Range1l
GetBoundingRange1l(pointArray, count)
Signature: (pointArray:int64 [] * count:int64) -> Range1l

Returns the BoundingRange1l of the first count elements of the array.

GetBoundingRange1l(...)
Signature: (pointArray:int64 [] * start:int64 * count:int64) -> Range1l

Returns the BoundingRange1l of count elements of the array starting at start

GetBoundingRange1l(...)
Signature: (array:'T [] * start:int64 * count:int64 * pointSelector:Func<'T,int64>) -> Range1l
Type parameters: 'T

Returns the BoundingRange1l of count elements of the array starting at start

GetBoundingRange1l(pointList)
Signature: pointList:List<int64> -> Range1l
GetBoundingRange1l(pointList, count)
Signature: (pointList:List<int64> * count:int) -> Range1l

Returns the BoundingRange1l of the first count elements of the list.

GetBoundingRange1l(...)
Signature: (indexArray:int [] * pointArray:int64 []) -> Range1l
GetBoundingRange1l(...)
Signature: (indexArray:int [] * count:int * pointArray:int64 []) -> Range1l
GetBoundingRange1l(...)
Signature: (indexArray:int [] * start:int * count:int * pointArray:int64 []) -> Range1l
GetBoundingRange1l(...)
Signature: (indexArray:int [] * start:int * count:int * array:'T [] * pointSelector:Func<'T,int64>) -> Range1l
Type parameters: 'T
GetBoundingRange1l(...)
Signature: (indexArray:int64 [] * pointArray:int64 []) -> Range1l
GetBoundingRange1l(...)
Signature: (indexArray:int64 [] * count:int64 * pointArray:int64 []) -> Range1l
GetBoundingRange1l(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * pointArray:int64 []) -> Range1l
GetBoundingRange1l(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * array:'T [] * pointSelector:Func<'T,int64>) -> Range1l
Type parameters: 'T
GetBoundingRange1l(points)
Signature: points:IEnumerable<int64> -> Range1l
GetBoundingRange1s(pointArray)
Signature: (pointArray:int16 []) -> Range1s
GetBoundingRange1s(pointArray, count)
Signature: (pointArray:int16 [] * count:int64) -> Range1s

Returns the BoundingRange1s of the first count elements of the array.

GetBoundingRange1s(...)
Signature: (pointArray:int16 [] * start:int64 * count:int64) -> Range1s

Returns the BoundingRange1s of count elements of the array starting at start

GetBoundingRange1s(...)
Signature: (array:'T [] * start:int64 * count:int64 * pointSelector:Func<'T,int16>) -> Range1s
Type parameters: 'T

Returns the BoundingRange1s of count elements of the array starting at start

GetBoundingRange1s(pointList)
Signature: pointList:List<int16> -> Range1s
GetBoundingRange1s(pointList, count)
Signature: (pointList:List<int16> * count:int) -> Range1s

Returns the BoundingRange1s of the first count elements of the list.

GetBoundingRange1s(...)
Signature: (indexArray:int [] * pointArray:int16 []) -> Range1s
GetBoundingRange1s(...)
Signature: (indexArray:int [] * count:int * pointArray:int16 []) -> Range1s
GetBoundingRange1s(...)
Signature: (indexArray:int [] * start:int * count:int * pointArray:int16 []) -> Range1s
GetBoundingRange1s(...)
Signature: (indexArray:int [] * start:int * count:int * array:'T [] * pointSelector:Func<'T,int16>) -> Range1s
Type parameters: 'T
GetBoundingRange1s(...)
Signature: (indexArray:int64 [] * pointArray:int16 []) -> Range1s
GetBoundingRange1s(...)
Signature: (indexArray:int64 [] * count:int64 * pointArray:int16 []) -> Range1s
GetBoundingRange1s(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * pointArray:int16 []) -> Range1s
GetBoundingRange1s(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * array:'T [] * pointSelector:Func<'T,int16>) -> Range1s
Type parameters: 'T
GetBoundingRange1s(points)
Signature: points:IEnumerable<int16> -> Range1s
GetBoundingRange1sb(pointArray)
Signature: (pointArray:sbyte []) -> Range1sb
GetBoundingRange1sb(pointArray, count)
Signature: (pointArray:sbyte [] * count:int64) -> Range1sb

Returns the BoundingRange1sb of the first count elements of the array.

GetBoundingRange1sb(...)
Signature: (pointArray:sbyte [] * start:int64 * count:int64) -> Range1sb

Returns the BoundingRange1sb of count elements of the array starting at start

GetBoundingRange1sb(...)
Signature: (array:'T [] * start:int64 * count:int64 * pointSelector:Func<'T,sbyte>) -> Range1sb
Type parameters: 'T

Returns the BoundingRange1sb of count elements of the array starting at start

GetBoundingRange1sb(pointList)
Signature: pointList:List<sbyte> -> Range1sb
GetBoundingRange1sb(pointList, count)
Signature: (pointList:List<sbyte> * count:int) -> Range1sb

Returns the BoundingRange1sb of the first count elements of the list.

GetBoundingRange1sb(...)
Signature: (indexArray:int [] * pointArray:sbyte []) -> Range1sb
GetBoundingRange1sb(...)
Signature: (indexArray:int [] * count:int * pointArray:sbyte []) -> Range1sb
GetBoundingRange1sb(...)
Signature: (indexArray:int [] * start:int * count:int * pointArray:sbyte []) -> Range1sb
GetBoundingRange1sb(...)
Signature: (indexArray:int [] * start:int * count:int * array:'T [] * pointSelector:Func<'T,sbyte>) -> Range1sb
Type parameters: 'T
GetBoundingRange1sb(...)
Signature: (indexArray:int64 [] * pointArray:sbyte []) -> Range1sb
GetBoundingRange1sb(...)
Signature: (indexArray:int64 [] * count:int64 * pointArray:sbyte []) -> Range1sb
GetBoundingRange1sb(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * pointArray:sbyte []) -> Range1sb
GetBoundingRange1sb(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * array:'T [] * pointSelector:Func<'T,sbyte>) -> Range1sb
Type parameters: 'T
GetBoundingRange1sb(points)
Signature: points:IEnumerable<sbyte> -> Range1sb
GetBoundingRange1ui(pointArray)
Signature: (pointArray:uint32 []) -> Range1ui
GetBoundingRange1ui(pointArray, count)
Signature: (pointArray:uint32 [] * count:int64) -> Range1ui

Returns the BoundingRange1ui of the first count elements of the array.

GetBoundingRange1ui(...)
Signature: (pointArray:uint32 [] * start:int64 * count:int64) -> Range1ui

Returns the BoundingRange1ui of count elements of the array starting at start

GetBoundingRange1ui(...)
Signature: (array:'T [] * start:int64 * count:int64 * pointSelector:Func<'T,uint32>) -> Range1ui
Type parameters: 'T

Returns the BoundingRange1ui of count elements of the array starting at start

GetBoundingRange1ui(pointList)
Signature: pointList:List<uint32> -> Range1ui
GetBoundingRange1ui(pointList, count)
Signature: (pointList:List<uint32> * count:int) -> Range1ui

Returns the BoundingRange1ui of the first count elements of the list.

GetBoundingRange1ui(...)
Signature: (indexArray:int [] * pointArray:uint32 []) -> Range1ui
GetBoundingRange1ui(...)
Signature: (indexArray:int [] * count:int * pointArray:uint32 []) -> Range1ui
GetBoundingRange1ui(...)
Signature: (indexArray:int [] * start:int * count:int * pointArray:uint32 []) -> Range1ui
GetBoundingRange1ui(...)
Signature: (indexArray:int [] * start:int * count:int * array:'T [] * pointSelector:Func<'T,uint32>) -> Range1ui
Type parameters: 'T
GetBoundingRange1ui(...)
Signature: (indexArray:int64 [] * pointArray:uint32 []) -> Range1ui
GetBoundingRange1ui(...)
Signature: (indexArray:int64 [] * count:int64 * pointArray:uint32 []) -> Range1ui
GetBoundingRange1ui(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * pointArray:uint32 []) -> Range1ui
GetBoundingRange1ui(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * array:'T [] * pointSelector:Func<'T,uint32>) -> Range1ui
Type parameters: 'T
GetBoundingRange1ui(points)
Signature: points:IEnumerable<uint32> -> Range1ui
GetBoundingRange1ul(pointArray)
Signature: (pointArray:uint64 []) -> Range1ul
GetBoundingRange1ul(pointArray, count)
Signature: (pointArray:uint64 [] * count:int64) -> Range1ul

Returns the BoundingRange1ul of the first count elements of the array.

GetBoundingRange1ul(...)
Signature: (pointArray:uint64 [] * start:int64 * count:int64) -> Range1ul

Returns the BoundingRange1ul of count elements of the array starting at start

GetBoundingRange1ul(...)
Signature: (array:'T [] * start:int64 * count:int64 * pointSelector:Func<'T,uint64>) -> Range1ul
Type parameters: 'T

Returns the BoundingRange1ul of count elements of the array starting at start

GetBoundingRange1ul(pointList)
Signature: pointList:List<uint64> -> Range1ul
GetBoundingRange1ul(pointList, count)
Signature: (pointList:List<uint64> * count:int) -> Range1ul

Returns the BoundingRange1ul of the first count elements of the list.

GetBoundingRange1ul(...)
Signature: (indexArray:int [] * pointArray:uint64 []) -> Range1ul
GetBoundingRange1ul(...)
Signature: (indexArray:int [] * count:int * pointArray:uint64 []) -> Range1ul
GetBoundingRange1ul(...)
Signature: (indexArray:int [] * start:int * count:int * pointArray:uint64 []) -> Range1ul
GetBoundingRange1ul(...)
Signature: (indexArray:int [] * start:int * count:int * array:'T [] * pointSelector:Func<'T,uint64>) -> Range1ul
Type parameters: 'T
GetBoundingRange1ul(...)
Signature: (indexArray:int64 [] * pointArray:uint64 []) -> Range1ul
GetBoundingRange1ul(...)
Signature: (indexArray:int64 [] * count:int64 * pointArray:uint64 []) -> Range1ul
GetBoundingRange1ul(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * pointArray:uint64 []) -> Range1ul
GetBoundingRange1ul(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * array:'T [] * pointSelector:Func<'T,uint64>) -> Range1ul
Type parameters: 'T
GetBoundingRange1ul(points)
Signature: points:IEnumerable<uint64> -> Range1ul
GetBoundingRange1us(pointArray)
Signature: (pointArray:uint16 []) -> Range1us
GetBoundingRange1us(pointArray, count)
Signature: (pointArray:uint16 [] * count:int64) -> Range1us

Returns the BoundingRange1us of the first count elements of the array.

GetBoundingRange1us(...)
Signature: (pointArray:uint16 [] * start:int64 * count:int64) -> Range1us

Returns the BoundingRange1us of count elements of the array starting at start

GetBoundingRange1us(...)
Signature: (array:'T [] * start:int64 * count:int64 * pointSelector:Func<'T,uint16>) -> Range1us
Type parameters: 'T

Returns the BoundingRange1us of count elements of the array starting at start

GetBoundingRange1us(pointList)
Signature: pointList:List<uint16> -> Range1us
GetBoundingRange1us(pointList, count)
Signature: (pointList:List<uint16> * count:int) -> Range1us

Returns the BoundingRange1us of the first count elements of the list.

GetBoundingRange1us(...)
Signature: (indexArray:int [] * pointArray:uint16 []) -> Range1us
GetBoundingRange1us(...)
Signature: (indexArray:int [] * count:int * pointArray:uint16 []) -> Range1us
GetBoundingRange1us(...)
Signature: (indexArray:int [] * start:int * count:int * pointArray:uint16 []) -> Range1us
GetBoundingRange1us(...)
Signature: (indexArray:int [] * start:int * count:int * array:'T [] * pointSelector:Func<'T,uint16>) -> Range1us
Type parameters: 'T
GetBoundingRange1us(...)
Signature: (indexArray:int64 [] * pointArray:uint16 []) -> Range1us
GetBoundingRange1us(...)
Signature: (indexArray:int64 [] * count:int64 * pointArray:uint16 []) -> Range1us
GetBoundingRange1us(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * pointArray:uint16 []) -> Range1us
GetBoundingRange1us(...)
Signature: (indexArray:int64 [] * start:int64 * count:int64 * array:'T [] * pointSelector:Func<'T,uint16>) -> Range1us
Type parameters: 'T
GetBoundingRange1us(points)
Signature: points:IEnumerable<uint16> -> Range1us
Fork me on GitHub