    

 ## On this page

  

 

 # getDoubleArrayMemberValueAbsolute

 Last update: 16.07.2025 

public [getDoubleArrayMemberValueAbsolute](get-double-array-member-value-absolute.md)(mIndex: [String](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html), index: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)

get the value of an 1D double array element without validating it

#### Return

the value of the variable

#### Parameters

mIndexmember indexindexarray index#### Throws

[ModelCenterException](../-model-center-exception/index.md)public [getDoubleArrayMemberValueAbsolute](get-double-array-member-value-absolute.md)(mIndex: [String](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html), index: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt;): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)

get the value of a double array element without validating it

#### Return

the value of the variable

#### Parameters

mIndexmember indexindexarray index#### Throws

[ModelCenterException](../-model-center-exception/index.md)