You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Range Method > Matrix.Range Method (out double, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.Range Method (out double, int, int)

Calculate the range from calling object elements [Index]..[Index+Len-1]. The result ARange is a real value.

Syntax
C#
Visual Basic
public void Range(out double ARange, int Index, int Len);

An exception is raised if calling object Complex property is true or array borders are overrun/underrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!