Class NumConsts
- Namespace
- SunamoValues.Constants
- Assembly
- SunamoValues.dll
Numeric constants.
public class NumConsts
- Inheritance
-
NumConsts
- Inherited Members
- Extension Methods
Fields
DefaultPortIfCannotBeParsed
Default port number used when port cannot be parsed.
public const int DefaultPortIfCannotBeParsed = 587
Field Value
KB
One kilobyte in bytes.
public const long KB = 1024
Field Value
MOne
Constant value of minus one.
public const int MOne = -1
Field Value
MinAge
Min age is 18 due to GDPR - below 18 is needed parent agreement of child.
public const int MinAge = 18
Field Value
NDtMaxVal
Numeric DateTime max value as short.
public static short NDtMaxVal
Field Value
NDtMinVal
Numeric DateTime min value as short.
public static short NDtMinVal
Field Value
One
One as integer (no type postfix).
public const int One = 1
Field Value
OneThousand
One thousand.
public static int OneThousand
Field Value
ZeroDouble
Zero as double.
public const double ZeroDouble = 0
Field Value
ZeroFloat
Zero as float.
public const float ZeroFloat = 0
Field Value
ZeroInt
Zero as integer.
public const int ZeroInt = 0