처음항 명령

GeoGebra Manual
이동: 둘러보기, 검색
Accessories dictionary.png
이 페이지는 공식 매뉴얼에서 출력과 pdf를 위한 부분입니다. 일반 사용자들은 이 페이지를 편집할 수 없습니다. 만일 이 페이지에서 오류를 발견하였으면, 연락하여 주시기 바랍니다.사용자에 의해 편집 가능한 버전으로 이동
First( <List> )
Gives a new list that contains the first element of the given list.
예:
First({1, 4, 3}) yields {1}.
노트: To get the first element use Element({1, 4, 3}, 1).
First( <List>, <Number n of elements> )
Gives a new list that contains just the first n elements of the given list.
예:
First({1, 4, 3}, 2) yields {1, 4}.
First( <Text> )
Gives first character of the text.
예:
First("Hello") yields "H".
First( <Text> , <Number n of elements> )
Gives the first n characters of the text.
예:
First("Hello",2) yields "He".
First( <Locus>, <Number n of elements> )
This command is useful for
노트:
See also Last Command.
© 2024 International GeoGebra Institute