X01 Class
関数リスト一覧   NagLibrary Namespaceへ  ライブラリイントロダクション  本ヘルプドキュメントのchm形式版

This chapter is concerned with the provision of mathematical constants required by other methods within the Library.

Syntax

C#
public static class X01
Visual Basic (Declaration)
Public NotInheritable Class X01
Visual C++
public ref class X01 abstract sealed
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type X01 =  class end

Background to the Problems

Some Library methods require mathematical constants. These methods call X01 class and thus lessen the number of changes that have to be made between different implementations of the Library.

Recommendations on Choice and Use of Available Methods

Inheritance Hierarchy

See Also