次の方法で共有


Float2 構造体

定義

単精度の 2 成分ベクトル。

public value class Float2 : IEquatable<Microsoft::Azure::RemoteRendering::Float2>
public struct Float2 : IEquatable<Microsoft.Azure.RemoteRendering.Float2>
type Float2 = struct
Public Structure Float2
Implements IEquatable(Of Float2)
継承
Float2
実装

コンストラクター

Float2(Single, Single)

単精度の 2 成分ベクトル。

フィールド

X

単精度の 2 成分ベクトル。

Y

単精度の 2 成分ベクトル。

メソッド

Equals(Float2)

単精度の 2 成分ベクトル。

Equals(Object)

単精度の 2 成分ベクトル。

GetHashCode()

単精度の 2 成分ベクトル。

IsValid()

単精度の 2 成分ベクトル。

演算子

Equality(Float2, Float2)

単精度の 2 成分ベクトル。

Inequality(Float2, Float2)

単精度の 2 成分ベクトル。

適用対象