JuggerNET Runtime Library

floatArray Properties

The properties of the floatArray class are listed below. For a complete list of floatArray class members, see the floatArray Members topic.

Public Instance Properties

ElementType The .NET type of the array elements.
IsFixedSize (inherited from JuggerNETProxyArray) Always true.
IsReadOnly (inherited from JuggerNETProxyArray) Always false.
IsSynchronized (inherited from JuggerNETProxyArray) Always false.
Item 
JObject (inherited from JuggerNETProxyArray) A property giving access to the JNI object handle that represents the wrapped Java instance.
JObjectDuplicate (inherited from JuggerNETProxyArray) A property representing a duplicated JNI object handle.
Length (inherited from JuggerNETProxyArray) The number of elements that the array can hold.
Rank The array's rank; always 1.
SyncRoot (inherited from JuggerNETProxyArray) The synchronization object for the array (the array itself).

See Also

floatArray Class | Codemesh.JuggerNET Namespace