ivector_get_val Function

public function ivector_get_val(this, i) result(res)

Returns the ith element of an ivector.

Arguments

Type IntentOptional AttributesName
class(ivector_t), intent(in) :: this
integer, intent(in) :: i

Return Value integer


Contents

None