You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Divide Method > Matrix.Divide Method (TMtxVec, TMtxVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.Divide Method (TMtxVec, TMtxVec)

Divide each of Num elements with corresponding elements in Den.

Syntax
C#
Visual Basic
public TMtxVec Divide(TMtxVec Num, TMtxVec Den);

Size and Complex property of the calling object are set automatically. The result is stored in the calling object. 

Note The result of division by zero will be the INF constant. Division of zero by zero will result in NAN.

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