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

Storage precision.

Syntax
C#
Visual Basic
public enum TPrecision : uint { prDouble, prSingle, prInteger, prCardinal, prSmallInt, prWord, prShortInt, prByte, prMuLaw, prALaw, prInt24 }

Math387.cs

Members 
Description 
prDouble 
8 byte floating point 
prSingle 
4 byte floating point 
prInteger 
4 byte signed integer. 
prCardinal 
4 byte unsigned integer 
prSmallInt 
2 byte signed integer 
prWord 
2 byte unsigned integer 
prShortInt 
1 byte signed integer 
prByte 
1 byte unsigned integer 
prMuLaw 
1 byte dynamic floating point audio compression 
prALaw 
1 byte dynamic floating point audio compression 
prInt24 
3 byte signed integer 

Defines the precision in which the data is (to be) stored in the file or in to a stream.

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