Android.Renderscripts.Element.SubElementCount Property
Elements could be simple, such as an int or a float, or a structure with multiple sub elements, such as a collection of floats, float2, float4.

Syntax

[get: Android.Runtime.Register("getSubElementCount", "()I", "GetGetSubElementCountHandler")]
public virtual int SubElementCount { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Elements could be simple, such as an int or a float, or a structure with multiple sub elements, such as a collection of floats, float2, float4. This function returns zero for simple elements or the number of sub-elements otherwise.

[Android Documentation]

Requirements

Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16