Show / Hide Table of Contents

Class FloatArrayProperty

Inheritance
System.Object
Property<System.Single[]>
ArrayProperty<System.Single>
FloatArrayProperty
Implements
IProperty
Inherited Members
ArrayProperty<Single>.Length
ArrayProperty<Single>.Item[Int32]
ArrayProperty<Single>.Equals(Object)
ArrayProperty<Single>.GetHashCode()
Property<Single[]>.value
Property<Single[]>.Value
Property<Single[]>.Code()
Property<Single[]>.Equals(Object)
Property<Single[]>.GetHashCode()
Property<Single[]>.ToString()
Property<Single[]>.Write(BinaryWriter)
Property<Single[]>.WriteData(BinaryWriter)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Recolude.Core.Properties
Assembly: Recolude.Core.dll
Syntax
public class FloatArrayProperty : ArrayProperty<float>, IProperty

Constructors

FloatArrayProperty(Single[])

Declaration
public FloatArrayProperty(params float[] value)
Parameters
Type Name Description
System.Single[] value

Methods

Code()

Declaration
public override byte Code()
Returns
Type Description
System.Byte
Overrides
Recolude.Core.Property<System.Single[]>.Code()

WriteData(BinaryWriter)

Declaration
protected override void WriteData(BinaryWriter writer)
Parameters
Type Name Description
System.IO.BinaryWriter writer
Overrides
Recolude.Core.Property<System.Single[]>.WriteData(System.IO.BinaryWriter)

Implements

IProperty
Back to top Generated by DocFX