랩뷰에서 mod(x,y) 기능은 어디에 있나요?
주요한 소프트웨어:
주요한 소프트웨어 버전: 7.1
문제가 해결된 소프트웨어 버전:
부차적인 소프트웨어: N/A
문제점: 랩뷰에서 mod(x,y) 기능을 쓰고 싶습니다. 어디에 있나요?
솔루션: 랩뷰에는
Quotient & Remainder 함수가 있고 두가지 값을 출력합니다:
- Quotient(몫) = floor(x/y)
- Remainder(나머지) = x-y*floor(x/y)
mod(x,y) 기능은 Quotient & Remainder 함수의
Remainder(나머지)와 같은 값입니다.
관련 링크:
첨부:
리포트 날짜: 02/17/2005
마지막 업데이트: 03/02/2005
문서 번호: 3IGGCDZH
Other Support Options
Ask the NI Community
Collaborate with other users in our discussion forums
Request Support from an Engineer
A valid service agreement may be required, and support options vary by country.