You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > TruncAndFrac Method > Vector.TruncAndFrac Method (TMtxVec, TDenseMtxVec, int, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.TruncAndFrac Method (TMtxVec, TDenseMtxVec, int, int, int, int)

Truncate calling object elements [Index]..[Index+Len-1].

Syntax
C#
Visual Basic
public void TruncAndFrac(TMtxVec TruncDst, TDenseMtxVec FracDst, int TruncIdx, int FracIdx, int Index, int Len);

Store the results to TruncDst object elements [TruncIdx]..[TruncIdx+Len-1]. The fractional parts are saved in FracDst elements [FracIdx]..[FracIdx+Len-1]. Size and Complex property of calling object must be set explicitly to match those of Src object. An exception is raised if array borders are overrun/underrun.

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