How to define a constant literal in F#

后端 未结 0 1528
灰色年华
灰色年华 2021-02-07 09:38

In C#, I do this:

 public const double PAPER_SIZE_WIDTH = 8.5 * 96; 

What is the best way to define this global constant in F#?

This fails

相关标签:
回答
  • 消灭零回复
提交回复
热议问题