PINE LIBRARY

ArrayMultipleDimensionPrototype

Library "ArrayMultipleDimensionPrototype"
A prototype library for Multiple Dimensional array methods

index_md_to_1d()

new_float(dimensions, initial_size) Creates a variable size multiple dimension array.
  Parameters:
    dimensions: int array, dimensions of array.
    initial_size: float, default=na, initial value of the array.
  Returns: float array

dimensions(id, value) set value of a element in a multiple dimensions array.
  Parameters:
    id: float array, multiple dimensions array.
    value: float, new value.
  Returns: float.

get(id) get value of a multiple dimensions array.
  Parameters:
    id: float array, multiple dimensions array.
  Returns: float.

set(id) set value of a element in a multiple dimensions array.
  Parameters:
    id: float array, multiple dimensions array.
  Returns: float.
arraysdimensionmatrixmultiple

ไลบรารีไพน์

ด้วยเจตนารมณ์หลักของ TradingView ผู้เขียนได้เผยแพร่ Pine code นี้เป็นโอเพนซอร์ซไลบรารีเพื่อให้ Pine โปรแกรมเมอร์คนอื่นในชุมชนของเราสามารถนำไปใช้ซ้ำได้ ต้องขอบคุณผู้เขียน! คุณสามารถใช้ไลบรารีนี้ในแบบส่วนตัวหรือในการเผยแพร่แบบโอเพนซอร์สอื่น ๆ แต่การนำโค้ดนี้ไปใช้ในการเผยแพร่ซ้ำจะต้องอยู่ภายใต้ กฎระเบียบการใช้งาน

คำจำกัดสิทธิ์ความรับผิดชอบ