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

Default storage precision for integer vector and matrix values.

Syntax
C#
Visual Basic
public enum TIntPrecision : uint { prInt32, prInt16, prInt8 }

Math387.cs

Members 
Description 
prInt32 
32 bit integers. 
prInt16 
16 bit integers. 
prInt8 
8 bit integers. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!