Class Util.Constant
The constants. 常數。
Inheritance
System.Object
Util.Constant
Namespace: Votanic
Assembly: Votanic.Core.dll
Syntax
public class Constant
Fields
e
Natural e.
自然數 e。
Declaration
public const double e = 2.7182818284590451
Field Value
Type | Description |
---|---|
System.Double |
goldeRatio
Golden ratio.
黃金比。
Declaration
public const double goldeRatio = 1.6180339887498949
Field Value
Type | Description |
---|---|
System.Double |
pi
ratio of a circle's circumference to its diameter.
圓周率。
Declaration
public const double pi = 3.1415926535897931
Field Value
Type | Description |
---|---|
System.Double |