Custom Query (162 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (73 - 75 of 162)

Ticket Resolution Summary Owner Reporter
#118 fixed オブジェクト配列が正常に動作しない dai dai
Description
Dim SS[10] As String

上記のようなコードがエラーになるので修正する。

#116 fixed DateTimeクラスの計算がおかしい OverTaker OverTaker
Description

年の変わり目あたりの計算が正しくできなくなることがある。例(12月31日,1月1日) 原因調査中なので、何か気づいた事があれば報告お願いします。

#115 fixed Blittable型を導入する dai dai
Description
  • System.Byte
  • System.SByte
  • System.Int16
  • System.UInt16
  • System.Int32
  • System.UInt32
  • System.Int64
  • System.UInt64
  • System.IntPtr
  • System.UIntPtr
  • System.Single
  • System.Double

基本型に対応する上記クラスを定義すると共に、Blittable型として基本型との相互変換を可能にする。

メモリ上ではBlittable型は単なる数値データを保有する型として振舞い、メソッド呼び出しが要求された場合や数値インスタンスをObjectクラスにアップキャストしたい場合にクラスとして振舞うようにする。

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.