The FVECTOR_PTR type exposes the following members.

Constructors

NameDescription
Public methodFVECTOR_PTR(Int32)
コンストラクタ
Public methodFVECTOR_PTR(Int64)
コンストラクタ
Public methodFVECTOR_PTR(IntPtr)
コンストラクタ
Public methodFVECTOR_PTR(Void*)
コンストラクタ

Methods

NameDescription
Public methodStatic memberalloc
アンマネージリソースの確保
Public methodDispose
アンマネージリソースの解放
Public methodEquals
比較メソッド (等価)
(Overrides ValueType..::..Equals(Object).)
Protected methodFinalize
Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetHashCode
ハッシュコードの取得
(Overrides ValueType..::..GetHashCode()()()().)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodToInt32
型変換
Public methodToInt64
型変換
Public methodToPointer
型変換
Public methodToString()()()()
型変換
(Overrides ValueType..::..ToString()()()().)
Public methodToString(String)
型変換

Operators

NameDescription
Public operatorStatic memberEquality(IntPtr, FVECTOR_PTR)
インスタンスの比較(等価)
Public operatorStatic memberEquality(FVECTOR_PTR, FVECTOR_PTR)
比較オペレータ (等価)
Public operatorStatic memberEquality(FVECTOR_PTR, IntPtr)
インスタンスの比較(等価)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(Int32 to FVECTOR_PTR)
明示的な型変換演算子 (FVECTOR_PTR←Int32)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(Int64 to FVECTOR_PTR)
明示的な型変換演算子 (FVECTOR_PTR←Int64)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(Void* to FVECTOR_PTR)
明示的な型変換演算子 (FVECTOR_PTR←void*)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(FVECTOR_PTR to Int64)
明示的な型変換演算子 (Int64←FVECTOR_PTR)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(FVECTOR_PTR to Void*)
明示的な型変換演算子 (void*←FVECTOR_PTR)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(FVECTOR_PTR to Int32)
明示的な型変換演算子 (Int32←FVECTOR_PTR)
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(IntPtr to FVECTOR_PTR)
暗黙的な型変換演算子 (FVECTOR_PTR←IntPtr)
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(FVECTOR_PTR to IntPtr)
暗黙的な型変換演算子 (IntPtr←FVECTOR_PTR)
Public operatorStatic memberInequality(IntPtr, FVECTOR_PTR)
インスタンスの比較(不等価)
Public operatorStatic memberInequality(FVECTOR_PTR, FVECTOR_PTR)
比較オペレータ (不等価)
Public operatorStatic memberInequality(FVECTOR_PTR, IntPtr)
インスタンスの比較(不等価)

Fields

NameDescription
Public fieldStatic memberZero
無効なアドレス(IntPtr.Zero)を示す定数

Properties

NameDescription
Public propertydim
ベクトルの次数
Public propertyItem
ベクトルの値
Public propertyStatic memberSize
ポインタのサイズ
Public propertyStatic memberSizeOfItem
配列要素1つ分のサイズ(byte)
Public propertyv
ベクトルの値を保持する1次元配列 (DOUBLE*)

See Also