norm 클래스

표준 번호를 나타냅니다. 각 요소는 [-1.0f, 1.0f] 범위의 부동 소수점 번호입니다.

구문

class norm;

멤버

공용 생성자

속성 설명
norm 생성자 오버로드됨. 기본 생성자입니다. 0.0f로 초기화합니다.

Public 연산자

이름 설명
norm::operator-
norm::operator--
norm::operator float 변환 연산자입니다. 표준 번호를 부동 소수점 값으로 변환합니다.
norm::operator*=
norm::operator/=
norm::operator++
norm::operator+=
norm::operator=
norm::operator-=

상속 계층 구조

norm

요구 사항

헤더: amp_short_vectors.h

네임스페이스: 동시성::그래픽

norm

기본 생성자입니다. 0.0f로 초기화합니다.

norm(
    void) restrict(amp,
    cpu);

explicit norm(
    float _V) restrict(amp,
    cpu);

explicit norm(
    unsigned int _V) restrict(amp,
    cpu);

explicit norm(
    int _V) restrict(amp,
    cpu);

explicit norm(
    double _V) restrict(amp,
    cpu);

norm(
    const norm& _Other) restrict(amp,
    cpu);

norm(
    const unorm& _Other) restrict(amp,
    cpu);

매개 변수

_V
초기화할 때 사용되는 값입니다.

_Other
초기화하는 데 사용되는 개체입니다.

참고 항목

Concurrency::graphics 네임스페이스