Table of Contents

Struct Depth

Namespace
Alis.Core.Aspect.Math.Definition
Assembly
Alis.dll

The depth

[Serializable]
public struct Depth : ISerializable

Implements

Inherited Members

Constructors

Depth(int)

Initializes a new instance of the Alis.Core.Aspect.Math.Definition.Depth class

public Depth(int value)

Parameters

value int

The value

Properties

Value

The value

public int Value { readonly get; set; }

Property Value

int

Methods

GetObjectData(SerializationInfo, StreamingContext)

Gets the object data using the specified info

public void GetObjectData(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The info

context StreamingContext

The context