Show / Hide Table of Contents

Class Intersectable.Split

Inheritance
System.Object
Intersectable.Split
Implements
System.IComparable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Assemblies
Assembly: Experior.Core.dll
Syntax
public class Split : IComparable

Fields

x1

Declaration
public float x1
Field Value
Type Description
System.Single

x2

Declaration
public float x2
Field Value
Type Description
System.Single

Methods

CompareTo(Object)

Declaration
public int CompareTo(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Int32

Implements

System.IComparable
Back to top Generated by DocFX