You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Structs, Records, Enums > Dew.Math.TTriangleForm Enumeration
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Dew.Math.TTriangleForm Enumeration

Defines the matrix triangular type.

Syntax
C#
Visual Basic
public enum TTriangleForm : uint { tfLower, tfUpper }

MtxVec.cs

Members 
Description 
tfLower 
lower triangular matrix 
tfUpper 
upper triangular matrix 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!